feat: 增加后端API接口

This commit is contained in:
2026-09-09 19:58:24 +08:00
parent c939d6df3b
commit 5f270b05d6
21 changed files with 1220 additions and 134 deletions

24
project.config.json Normal file
View File

@@ -0,0 +1,24 @@
{
"setting": {
"es6": true,
"postcss": true,
"minified": true,
"uglifyFileName": false,
"enhance": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useCompilerPlugins": false
},
"compileType": "miniprogram",
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [],
"include": []
},
"appid": "wxf7a95cb4373170c1",
"editorSetting": {}
}