This commit is contained in:
Mrx
2026-05-28 14:54:32 +08:00
parent 00ed30acb1
commit 6e5379080c
8 changed files with 392 additions and 51 deletions

20
project.config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": false,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "touristappid",
"projectname": "qnc-uniapp",
"miniprogramRoot": "dist/dev/mp-weixin/",
"condition": {}
}