Initial commit

This commit is contained in:
2026-06-05 17:46:51 +08:00
commit c04c890186
96 changed files with 6477 additions and 0 deletions

49
project.config.json Normal file
View File

@@ -0,0 +1,49 @@
{
"appid": "YOUR_APPID_HERE",
"compileType": "miniprogram",
"libVersion": "2.25.0",
"packOptions": {
"ignore": [
{ "type": "regexp", "value": "\\.eslintrc\\.js" },
{ "type": "regexp", "value": "\\.gitignore" }
]
},
"setting": {
"coverView": true,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"useIsolateContext": true,
"nodeModules": false,
"autoAudits": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiEventHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"ignoreUploadUnusedFiles": true,
"uploadWithSourceMap": true
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"srcMiniprogramRoot": "miniprogram/"
}