chore: delete useless file

This commit is contained in:
菲鸽 2024-04-02 21:31:24 +08:00
parent 1bc536eecc
commit 44c0a5ec2b
2 changed files with 0 additions and 16 deletions

View File

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

15
vite-env.d.ts vendored
View File

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