Initial commit

This commit is contained in:
admin
2025-12-12 14:06:35 +08:00
parent 61c61a77a2
commit c7af3b3e44
30 changed files with 271 additions and 44 deletions

29
project.config.json Normal file
View File

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