Auto merge main into i18n

This commit is contained in:
GitHub Actions 2025-06-22 06:22:26 +00:00
commit 38ba41ef5f

3
src/env.d.ts vendored
View File

@ -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'