feat: 更新 TutorialForm 组件,调整深色模式下的背景颜色
Some checks failed
/ surge (push) Failing after 11s

This commit is contained in:
mac-mini-2024
2024-11-20 22:01:46 +08:00
parent 275ebb26f7
commit a12f87941b

View File

@ -201,7 +201,7 @@ onMounted(() => {
class="mb-4"
/>
<pre class="font-mono text-sm p-4 bg-slate-100 mb-4 dark:bg-gray-800 ">{{ value }}</pre>
<pre class="font-mono text-sm p-4 bg-slate-100 mb-4 dark:bg-gray-900 ">{{ value }}</pre>
</FormKit>
</div>