This commit is contained in:
2026-04-14 16:27:47 +08:00
commit 4b38a4c952
134 changed files with 7478 additions and 0 deletions

9
app/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "k12study-app",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "echo Open this project with WeChat DevTools",
"lint": "echo Add miniprogram lint rules when business code grows"
}
}