This commit is contained in:
2025-04-05 23:47:00 +08:00
commit 8001f8eaeb
215 changed files with 14655 additions and 0 deletions

30
project.config.json Normal file
View File

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