Explorar el Código

Merge branch 'main' into alovajs

feige996 hace 10 meses
padre
commit
dfc9d0f158
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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'