fix:增加seo优化

This commit is contained in:
Gsh
2025-07-03 17:13:21 +08:00
parent 7e2c035692
commit 9a8f3bd161
5 changed files with 15 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ interface ImportMetaEnv {
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_SSO_CLIENT_ID: string;
readonly VITE_APP_VERSION: string;
}
declare interface ImportMeta {