This commit is contained in:
2026-04-14 16:27:47 +08:00
commit 4b38a4c952
134 changed files with 7478 additions and 0 deletions

16
app/project.config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"description": "K12Study 微信小程序骨架",
"compileType": "miniprogram",
"miniprogramRoot": "src/",
"srcMiniprogramRoot": "src/",
"appid": "touristappid",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"minified": false
},
"simulatorType": "wechat",
"libVersion": "trial"
}