修改了样式
Some checks failed
CI / lint (push) Successful in 11m17s
CI / typecheck (push) Failing after 9m9s
CI / build (ubuntu-latest) (push) Failing after 21s

This commit is contained in:
2025-07-31 23:31:02 +08:00
parent 86055073b1
commit 6823e35514
7 changed files with 98 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'blue',
neutral: 'zinc'
primary: 'primary',
neutral: 'neutral'
},
container: {
base: 'w-full h-full mx-auto px-2 sm:px-6 lg:px-8'

View File

@@ -9,13 +9,13 @@
class="bg-slate-200 dark:bg-slate-600 rounded-lg border border-gray-200 dark:border-gray-700 p-2 sm:p-4 shadow-sm"
>
<h1 class="text-xl font-bold text-gray-900 dark:text-white mb-2">
Hi 👋, 欢迎使用简单文档系统
Hi 👋, 欢迎使用简单文档系统.
</h1>
<!-- 编号列表 -->
<div class="mt-2 text-base text-gray-700 dark:text-gray-300">
1. 登录网站<br>
2. 创建文档为文档添加文章<br>
3. 拖拽文章标题进行排序分享文档
· Nuxt 4 全栈框架构建<br>
· 基于 Markdown 语法的文档系统<br>
· 在文档内使用自定义语法的 Vue 组件!
</div>
</div>
</div>