feat: 添加应用版本检查与更新提示功能;更新环境变量以支持版本管理
This commit is contained in:
1
types/env.d.ts
vendored
1
types/env.d.ts
vendored
@@ -12,6 +12,7 @@ interface ImportMetaEnv {
|
||||
readonly VITE_API_URL: string;
|
||||
readonly VITE_TRADINGVIEW_LIBRARY_URL: string;
|
||||
readonly VITE_TRADINGVIEW_DATA_API_URL: string;
|
||||
readonly VITE_APP_VERSION: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user