This commit is contained in:
eric
2023-11-23 09:05:23 +08:00
parent bfba03c697
commit 0e6f134423
163 changed files with 22154 additions and 0 deletions

13
project.tt.json Normal file
View File

@@ -0,0 +1,13 @@
{
"miniprogramRoot": "./",
"projectname": "myApp",
"description": "city",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}