浏览代码

Merge branch 'main' into alovajs

feige996 10 月之前
父节点
当前提交
dfc9d0f158
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/env.d.ts

+ 3 - 0
src/env.d.ts

@@ -29,3 +29,6 @@ interface ImportMetaEnv {
 interface ImportMeta {
   readonly env: ImportMetaEnv
 }
+
+declare const __VITE_APP_PROXY__: 'true' | 'false'
+declare const __UNI_PLATFORM__: 'app' | 'h5' | 'mp-alipay' | 'mp-baidu' | 'mp-kuaishou' | 'mp-lark' | 'mp-qq' | 'mp-tiktok' | 'mp-weixin' | 'mp-xiaochengxu'