From 065d1b556f92cef307ff4b7dca58cdd605ad420c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E5=BA=86=E4=BC=9F?= <1208669287@qq.com> Date: Tue, 20 May 2025 16:55:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=9F=A5=E8=AF=86?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/manifest.json | 1 - src/pages/index/index.vue | 153 +++++++++++++++++++------- src/pages/preview/index.vue | 45 +++++--- src/static/aichat/Knowledge-close.png | Bin 0 -> 776 bytes src/static/aichat/Knowledge-open.png | Bin 0 -> 827 bytes src/static/logo.png | Bin 0 -> 10513 bytes 7 files changed, 141 insertions(+), 60 deletions(-) create mode 100644 src/static/aichat/Knowledge-close.png create mode 100644 src/static/aichat/Knowledge-open.png create mode 100644 src/static/logo.png diff --git a/README.md b/README.md index 7049379..8029803 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

diff --git a/src/manifest.json b/src/manifest.json index 692398c..30e9fa2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -6,7 +6,6 @@ "versionCode": "100", "transformPx": false, "app-plus": { - "usingComponents": true, "nvueStyleCompiler": "uni-app", "compilerVersion": 3, diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 3094c6b..72b3a2d 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -8,10 +8,10 @@