📝 去除版本.

This commit is contained in:
lijiahang
2024-12-19 09:42:50 +08:00
parent 04327c19e3
commit c95d52e197
4 changed files with 1 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ interface ImportMetaEnv {
readonly VITE_API_BASE_URL: string;
readonly VITE_WS_BASE_URL: string;
readonly VITE_APP_VERSION: string;
readonly VITE_APP_RELEASE: string;
readonly VITE_DEMO_MODE: string;
}