From 44c0a5ec2b360c8d024ab8c57dbeac775cf2341e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Tue, 2 Apr 2024 21:31:24 +0800 Subject: [PATCH] chore: delete useless file --- tsconfig.json | 1 - vite-env.d.ts | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 vite-env.d.ts diff --git a/tsconfig.json b/tsconfig.json index e112115..9530da84 100644 --- a/tsconfig.json +++ b/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", diff --git a/vite-env.d.ts b/vite-env.d.ts deleted file mode 100644 index ff5515b..0000000 --- a/vite-env.d.ts +++ /dev/null @@ -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'