🔖 升级版本.

This commit is contained in:
lijiahang
2024-06-11 12:50:42 +08:00
parent ae03460a33
commit c9cbc5fd55
12 changed files with 17 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ 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_SFTP_PREVIEW_MB: string;
readonly VITE_DEMO_MODE: string;
}