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
+42
View File
@@ -0,0 +1,42 @@
{
"pages": [
{"path": "pages/index/index", "style": {"navigationBarTitleText": "宇之然 AI"}},
{"path": "pages/login/index", "style": {"navigationBarTitleText": "登录"}},
{"path": "pages/register/index", "style": {"navigationBarTitleText": "注册"}},
{"path": "pages/courses/index", "style": {"navigationBarTitleText": "课程"}},
{"path": "pages/course-detail/index", "style": {"navigationBarTitleText": "课程详情"}},
{"path": "pages/lesson/index", "style": {"navigationBarTitleText": "学习"}},
{"path": "pages/prompts/index", "style": {"navigationBarTitleText": "提示词"}},
{"path": "pages/prompt-detail/index", "style": {"navigationBarTitleText": "提示词详情"}},
{"path": "pages/community/index", "style": {"navigationBarTitleText": "社区"}},
{"path": "pages/post-detail/index", "style": {"navigationBarTitleText": "帖子详情"}},
{"path": "pages/create-post/index", "style": {"navigationBarTitleText": "发布帖子"}},
{"path": "pages/sandbox/index", "style": {"navigationBarTitleText": "AI 沙箱"}},
{"path": "pages/circles/index", "style": {"navigationBarTitleText": "圈子"}},
{"path": "pages/circle-detail/index", "style": {"navigationBarTitleText": "圈子详情"}},
{"path": "pages/search/index", "style": {"navigationBarTitleText": "搜索"}},
{"path": "pages/profile/index", "style": {"navigationBarTitleText": "我的"}},
{"path": "pages/membership/index", "style": {"navigationBarTitleText": "会员中心"}},
{"path": "pages/favorites/index", "style": {"navigationBarTitleText": "我的收藏"}},
{"path": "pages/learning-progress/index", "style": {"navigationBarTitleText": "学习进度"}}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "宇之然 AI",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"color": "#999",
"selectedColor": "#4f8cff",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{"pagePath": "pages/index/index", "text": "首页"},
{"pagePath": "pages/courses/index", "text": "课程"},
{"pagePath": "pages/community/index", "text": "社区"},
{"pagePath": "pages/sandbox/index", "text": "沙箱"},
{"pagePath": "pages/profile/index", "text": "我的"}
]
}
}