From cbe93b9f7ee977f6d9cea1978b8fa205e068d4db Mon Sep 17 00:00:00 2001 From: ccnetcore Date: Sun, 20 Jul 2025 15:15:05 +0800 Subject: [PATCH 1/3] =?UTF-8?q?style:=20=E5=AE=8C=E6=88=90=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Ai.Vue3/index.html | 210 ++++++++++++++++++++++++++++++++++++++--- Yi.Ai.Vue3/src/main.ts | 4 + 2 files changed, 199 insertions(+), 15 deletions(-) diff --git a/Yi.Ai.Vue3/index.html b/Yi.Ai.Vue3/index.html index 599d0b94..bb9bd8aa 100644 --- a/Yi.Ai.Vue3/index.html +++ b/Yi.Ai.Vue3/index.html @@ -2,24 +2,204 @@ - - - - - - - - - - - + + + + + + + + + + + %VITE_WEB_TITLE% - + -
- - + +
+
意心Ai
+
海外地址,仅首次访问预计加载约10秒
+ +
0%
+
+
+
+
+
+ + + + diff --git a/Yi.Ai.Vue3/src/main.ts b/Yi.Ai.Vue3/src/main.ts index 245d4308..e4823c41 100644 --- a/Yi.Ai.Vue3/src/main.ts +++ b/Yi.Ai.Vue3/src/main.ts @@ -12,6 +12,10 @@ import 'element-plus/dist/index.css'; // SVG插件配置 import 'virtual:svg-icons-register'; +// 去除加载动画 +const event = new Event('vue-ready'); +window.dispatchEvent(event); + const app = createApp(App); app.use(router); From 991a970d6a09b8d53372c22286238f9014dd76e2 Mon Sep 17 00:00:00 2001 From: ccnetcore Date: Sun, 20 Jul 2025 16:40:54 +0800 Subject: [PATCH 2/3] =?UTF-8?q?style:=20=E5=AE=8C=E6=88=90=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Ai.Vue3/index.html | 23 +++++++++++++++-------- Yi.Ai.Vue3/src/App.vue | 26 +++++++++++++++++++++++++- Yi.Ai.Vue3/src/main.ts | 4 ---- 3 files changed, 40 insertions(+), 13 deletions(-) diff --git a/Yi.Ai.Vue3/index.html b/Yi.Ai.Vue3/index.html index bb9bd8aa..43aeaec0 100644 --- a/Yi.Ai.Vue3/index.html +++ b/Yi.Ai.Vue3/index.html @@ -16,6 +16,9 @@ %VITE_WEB_TITLE% + + + @@ -33,8 +36,8 @@
- - + + + + + + diff --git a/Yi.Ai.Vue3/src/App.vue b/Yi.Ai.Vue3/src/App.vue index 1e70e32c..4006bc6b 100644 --- a/Yi.Ai.Vue3/src/App.vue +++ b/Yi.Ai.Vue3/src/App.vue @@ -1,4 +1,28 @@ - +