chore: scaffold linhelp applications

This commit is contained in:
王鹏
2026-07-07 15:06:33 +08:00
parent 95685efa82
commit edffda2a84
70 changed files with 537 additions and 0 deletions

13
miniapp/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "linhelp-miniapp",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "jest --runInBand",
"ci:preview": "miniprogram-ci preview --pp ./project.config.json --robot 1"
},
"devDependencies": {
"jest": "^29.7.0",
"miniprogram-ci": "^2.0.0"
}
}