feat: PWA 默认不开启

This commit is contained in:
ChenZhaoYu
2023-03-22 19:42:40 +08:00
parent 92278932ef
commit d2a22a3ee5
3 changed files with 26 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
interface ImportMetaEnv {
readonly VITE_GLOB_API_URL: string;
readonly VITE_GLOB_API_TIMEOUT: string;
readonly VITE_APP_API_BASE_URL: string;
readonly VITE_GLOB_OPEN_LONG_REPLY: string;
readonly VITE_GLOB_APP_PWA: string;
}