ソースを参照

chore: delete useless file

菲鸽 2 年 前
コミット
44c0a5ec2b
2 ファイル変更0 行追加16 行削除
  1. 0 1
      tsconfig.json
  2. 0 15
      vite-env.d.ts

+ 0 - 1
tsconfig.json

@@ -13,7 +13,6 @@
     "outDir": "dist",
     "lib": ["esnext", "dom"],
     "types": [
-      "./vite-env.d.ts",
       "@dcloudio/types",
       "@types/wechat-miniprogram",
       "@uni-helper/uni-app-types",

+ 0 - 15
vite-env.d.ts

@@ -1,15 +0,0 @@
-// 全局自定义参数
-declare const __UNI_PLATFORM__:
-  | 'h5'
-  | 'app'
-  | 'mp-alipay'
-  | 'mp-baidu'
-  | 'mp-jd'
-  | 'mp-kuaishou'
-  | 'mp-lark'
-  | 'mp-qq'
-  | 'mp-toutiao'
-  | 'mp-weixin'
-  | 'quickapp-webview'
-  | 'quickapp-webview-huawei'
-  | 'quickapp-webview-union'