This commit is contained in:
2025-01-02 09:05:08 +08:00
parent f10b6431c7
commit 32317bb9eb
19 changed files with 3775 additions and 398 deletions

View File

@@ -1,8 +1,8 @@
{
"miniprogramRoot": "",
"miniprogramRoot": "./",
"projectname": "taro-template",
"description": "taro模版",
"appid": "wx99c8c167adcab8fc",
"appid": "touristappid",
"setting": {
"urlCheck": false,
"es6": false,
@@ -12,22 +12,7 @@
"minified": true,
"uglifyFileName": true,
"bigPackageSizeSupport": true,
"swc": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
"swc": true
},
"compileType": "miniprogram",
"libVersion": "3.7.1",
"packOptions": {
"ignore": [],
"include": []
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
"compileType": "miniprogram"
}