Commit Graph

5 Commits

Author SHA1 Message Date
edb4231140 wip: 进度列表和课程详情页面 2024-09-20 13:43:10 +08:00
53287e4cbd feat: Add "lesson" page and related components
This commit adds a new "lesson" page along with the necessary components and types. The "lesson" page displays the details of a specific lesson and includes a dynamic route parameter for the lesson name. Additionally, the commit includes updates to the `pages.json` file to configure the navigation bar title for the "lesson" page.
2024-09-19 15:13:42 +08:00
f2f792aa12 feat: Add typings for uni-components
Add typings for the uni-components library to enable better type checking and editor support.
2024-09-19 00:35:28 +08:00
cf77c72dfe feat: 添加pinia状态管理库和Tabbar组件
- 添加pinia状态管理库和Tabbar组件
- 导入新的组件和模块
- 更新页面布局和样式
- 删除无用的文件和代码
2024-09-18 22:08:19 +08:00
34222f94d8 feat: 添加pinia状态管理库和Tabbar组件
添加pinia状态管理库和Tabbar组件,以支持应用的状态管理和底部导航栏功能。
2024-09-15 02:43:15 +08:00