diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 73e203b7..a511d1de 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,5 +1,9 @@ ## Wip +### ✨ Features + +- 全局 loading 添加文本 + ### ⚡ Performance Improvements - Layout 界面布局样式调整 diff --git a/build/vite/plugin/index.ts b/build/vite/plugin/index.ts index 80179264..9a184e36 100644 --- a/build/vite/plugin/index.ts +++ b/build/vite/plugin/index.ts @@ -37,6 +37,7 @@ export function createVitePlugins(viteEnv: ViteEnv) { : '', // Insert Baidu statistics code hmScript: isSiteMode() ? hmScript : '', + title: VITE_GLOB_APP_TITLE, }, }) ); diff --git a/index.html b/index.html index 53ce89cc..d7a609d2 100644 --- a/index.html +++ b/index.html @@ -9,79 +9,71 @@ name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" /> +