Go to file
HoshinoSuzumi 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
src feat: Add "lesson" page and related components 2024-09-19 15:13:42 +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 feat: Add "lesson" page and related components 2024-09-19 15:13:42 +08:00
index.html initial commit 2024-09-14 21:04:16 +08:00
package.json feat: 添加pinia状态管理库和Tabbar组件 2024-09-19 00:13:56 +08:00
pnpm-lock.yaml feat: 添加pinia状态管理库和Tabbar组件 2024-09-19 00:13:56 +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 initial commit 2024-09-14 21:04:16 +08:00
vite.config.ts feat: 添加pinia状态管理库和Tabbar组件 2024-09-15 02:43:15 +08:00