From 9469b530a1eb0d1dafc2b8723cebf1048a72ab6a Mon Sep 17 00:00:00 2001
From: estel <690930@qq.com>
Date: Fri, 25 Jul 2025 00:12:50 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=B9=E7=9B=AE=E5=BD=95?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=9C=A8=E5=AF=BC=E8=88=AA=E6=A0=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/app.config.ts | 4 +--
app/components/AppSidebar.vue | 2 +-
app/components/ContentDirectory.vue | 52 +++++++++++++++++++++++++++++
nuxt.config.ts | 1 +
4 files changed, 56 insertions(+), 3 deletions(-)
create mode 100644 app/components/ContentDirectory.vue
diff --git a/app/app.config.ts b/app/app.config.ts
index 0d58b73..67db033 100644
--- a/app/app.config.ts
+++ b/app/app.config.ts
@@ -1,8 +1,8 @@
export default defineAppConfig({
ui: {
colors: {
- primary: 'green',
- neutral: 'slate'
+ primary: 'blue',
+ neutral: 'zinc'
}
},
uiPro: {
diff --git a/app/components/AppSidebar.vue b/app/components/AppSidebar.vue
index b89aaa5..3fe3f65 100644
--- a/app/components/AppSidebar.vue
+++ b/app/components/AppSidebar.vue
@@ -63,7 +63,7 @@
-
+
diff --git a/app/components/ContentDirectory.vue b/app/components/ContentDirectory.vue
new file mode 100644
index 0000000..7c2d26a
--- /dev/null
+++ b/app/components/ContentDirectory.vue
@@ -0,0 +1,52 @@
+
+
+
+ 文档目录
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 5d77cd7..c68e64b 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -1,5 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
+
modules: [
'@nuxt/eslint',
'@nuxt/image',