feat: Phase 1-3 全部完成 — 沙盒增强、学情分析、学习路径

This commit is contained in:
yuzhiran-dev
2026-05-18 09:48:51 +08:00
commit 11bb86854c
277 changed files with 37755 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "yuzhiran-mobile",
"version": "1.0.0",
"private": true,
"scripts": {
"dev:mp-weixin": "uni -p mp-weixin",
"dev:h5": "uni",
"build:mp-weixin": "uni build -p mp-weixin",
"build:h5": "uni build"
},
"dependencies": {
"vue": "^3.4.0",
"pinia": "^2.1.0",
"@dcloudio/uni-app": "^3.0.0",
"@dcloudio/uni-ui": "^1.5.0"
},
"devDependencies": {
"@dcloudio/uni-cli-shared": "^3.0.0",
"@dcloudio/uni-mp-weixin": "^3.0.0",
"@dcloudio/uni-automator": "^3.0.0",
"@dcloudio/vite-plugin-uni": "^3.0.0",
"@types/node": "^20.0.0",
"typescript": "^5.3.0",
"vue-tsc": "^2.0.0"
}
}