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);