Commit Graph

17 Commits

Author SHA1 Message Date
5cd49bfa4c feat: 更新首页列表请求参数,添加加载指示器
ui: 调整课程详情页图标显示逻辑
2024-09-21 18:24:21 +08:00
b62fe580af feat: 添加 tabler 图标库和 unocss preset-icons
为项目添加了 "@iconify-json/tabler" 和 "@unocss/preset-icons" 依赖,用于引入 tabler 图标库和 unocss preset-icons 预设样式。
2024-09-21 11:38:32 +08:00
2d2ffc9fab fix: 课程名和微课名展示错误 2024-09-20 23:32:31 +08:00
476563377b feat: 重写首页列表样式,添加指示器 2024-09-20 20:53:47 +08:00
bc4cb97dea feat: 添加 dayjs 库以处理日期格式化
为了在课程详情页面中正确显示创建日期,我们添加了 dayjs 库来格式化日期字符串。这样,我们可以将日期显示为 "YYYY-MM-DD HH:mm:ss" 的格式。

- 添加了 dayjs 库的依赖
- 在课程详情页面中使用 dayjs 格式化创建日期
2024-09-20 17:28:52 +08:00
37f952911c ui: 调整课程详情样式 2024-09-20 17:16:34 +08:00
3492fc6c5c feat: 课程详情页面线性进度展示 2024-09-20 16:15:23 +08:00
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
8f0c422dd8 feat: Update HttpClient to handle user logout on 401 error 2024-09-19 01:14:30 +08:00
bf5a374046 feat: Update component typings
- Remove unused Tabbar component import
- Update TabBar component import in page-wrapper.vue
2024-09-19 00:36:38 +08:00
ceb9636b42 feat: 添加pinia状态管理库和Tabbar组件
- 添加pinia状态管理库和Tabbar组件
- 引入axios和fant-axios-adapter
- 在main.ts中使用pinia和persist插件
- 在App.vue中修改标题
- 在useUser.ts中添加logout方法
- 添加persist.ts文件
- 修改page-wrapper.vue和TabBar.vue中的代码
- 修改index.vue和login.vue中的代码
2024-09-19 00:13:56 +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
6b64245028 dev: test 2024-09-14 21:37:48 +08:00
c687634393 feat: pinia 2024-09-14 21:21:30 +08:00
000eb1c790 initial commit 2024-09-14 21:04:16 +08:00