This commit is contained in:
Mrx
2026-06-04 18:04:00 +08:00
parent 0f0cdd67c2
commit b7e0abb898
15 changed files with 258 additions and 13 deletions

2
env.d.ts vendored
View File

@@ -5,6 +5,8 @@ interface ImportMetaEnv {
readonly VITE_API_BASE_URL?: string
/** H5 开发代理目标,仅 vite 使用,默认 http://127.0.0.1:8888 */
readonly VITE_API_PROXY_TARGET?: string
/** qnc-webview-v3 站点根地址,如 https://www.quannengcha.com */
readonly VITE_H5_ORIGIN?: string
}
interface ImportMeta {