This commit is contained in:
2024-08-19 00:00:29 +08:00
commit d926b338a2
23 changed files with 1136 additions and 0 deletions

28
project.config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"appid": "wxb25de48f873c4843",
"compileType": "miniprogram",
"libVersion": "3.5.4",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
}
}