refactor: 移除与UNI_PLATFORM相关的代码

不再需要处理不同平台的特殊逻辑,简化代码结构
This commit is contained in:
feige996
2025-09-22 17:46:38 +08:00
parent 07214d6497
commit b4273c7d95
4 changed files with 0 additions and 30 deletions

1
src/env.d.ts vendored
View File

@@ -33,4 +33,3 @@ interface ImportMeta {
}
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'