update at 2026-02-13 22:26:53

This commit is contained in:
douboer@gmail.com
2026-02-13 22:26:53 +08:00
parent 2fe45888ba
commit 43107afff1
54 changed files with 2183 additions and 311 deletions

19
project.config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"description": "sankey miniapp project config",
"packOptions": {
"ignore": []
},
"setting": {
"es6": true,
"enhance": true,
"postcss": true,
"minified": true
},
"compileType": "miniprogram",
"libVersion": "trial",
"appid": "wxcf0f89b6eb65759e",
"projectname": "sankey",
"miniprogramRoot": "miniapp/",
"srcMiniprogramRoot": "miniapp/",
"condition": {}
}