Go to file
HoshinoSuzumi bc4cb97dea feat: 添加 dayjs 库以处理日期格式化
为了在课程详情页面中正确显示创建日期,我们添加了 dayjs 库来格式化日期字符串。这样,我们可以将日期显示为 "YYYY-MM-DD HH:mm:ss" 的格式。

- 添加了 dayjs 库的依赖
- 在课程详情页面中使用 dayjs 格式化创建日期
2024-09-20 17:28:52 +08:00
src feat: 添加 dayjs 库以处理日期格式化 2024-09-20 17:28:52 +08:00
.gitignore initial commit 2024-09-14 21:04:16 +08:00
.npmrc feat: 添加pinia状态管理库和Tabbar组件 2024-09-15 02:43:15 +08:00
components.d.ts ui: 调整课程详情样式 2024-09-20 17:16:34 +08:00
index.html initial commit 2024-09-14 21:04:16 +08:00
package.json feat: 添加 dayjs 库以处理日期格式化 2024-09-20 17:28:52 +08:00
pnpm-lock.yaml feat: 添加 dayjs 库以处理日期格式化 2024-09-20 17:28:52 +08:00
shims-uni.d.ts initial commit 2024-09-14 21:04:16 +08:00
tsconfig.json feat: 添加pinia状态管理库和Tabbar组件 2024-09-15 02:43:15 +08:00
uno.config.ts wip: 进度列表和课程详情页面 2024-09-20 13:43:10 +08:00
vite.config.ts feat: 添加pinia状态管理库和Tabbar组件 2024-09-15 02:43:15 +08:00