refactor: remove some log

This commit is contained in:
手瓜一十雪
2024-05-28 19:32:08 +08:00
parent a8086eadf7
commit cb22e4dee0
14 changed files with 311 additions and 311 deletions

19
src/vite-env.d.ts vendored
View File

@@ -1,10 +1,9 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_TITLE: string
// 更多环境变量...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
/// <reference types="vite/client" />
interface ImportMetaEnv {
VITE_BUILD_TYPE: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}