This commit is contained in:
hackrobot
2025-03-26 08:10:38 -05:00
parent 3843cb6868
commit a82a3d9100
79 changed files with 16282 additions and 3 deletions

15
project.config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"miniprogramRoot": "./dist",
"projectname": "cityh5",
"description": "city",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}