feat: add taro student learning flow

This commit is contained in:
Codex
2026-06-29 12:04:59 +08:00
parent c090008f52
commit b79c4259c0
28 changed files with 1567 additions and 12 deletions

View File

@@ -1,7 +1,15 @@
export default defineAppConfig({
pages: [
'pages/bootstrap/index',
'pages/student/login/index',
'pages/student/home/index',
'pages/student/catalog/index',
'pages/student/practice/index',
'pages/student/vocabulary/index',
'pages/student/handbook/index',
'pages/student/scoreline/index',
'pages/student/assets/index',
'pages/student/profile/index',
'pages/tenant-admin/workbench/index',
'pages/platform-admin/workbench/index',
],