diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css
index 1973f01..f1f32ee 100644
--- a/assets/css/tailwind.css
+++ b/assets/css/tailwind.css
@@ -10,7 +10,7 @@
--card-foreground: 0 0% 3.9%;
--popover: 0 0% 100%;
--popover-foreground: 0 0% 3.9%;
- --primary: 0 0% 9%;
+ --primary: 238.73deg 83.53% 66.67%;
--primary-foreground: 0 0% 98%;
--secondary: 0 0% 96.1%;
--secondary-foreground: 0 0% 9%;
@@ -46,7 +46,7 @@
--card-foreground: 0 0% 98%;
--popover: 0 0% 3.9%;
--popover-foreground: 0 0% 98%;
- --primary: 0 0% 98%;
+ --primary: 234.45deg 89.47% 73.92%;
--primary-foreground: 0 0% 9%;
--secondary: 0 0% 14.9%;
--secondary-foreground: 0 0% 98%;
diff --git a/components/app/Container.vue b/components/app/Container.vue
index b1784e7..1f55826 100644
--- a/components/app/Container.vue
+++ b/components/app/Container.vue
@@ -1,7 +1,11 @@
@@ -9,12 +13,13 @@ defineProps<{ subnavs?: SubNavItem[] }>()
diff --git a/components/fn/teach/LessonPlan.vue b/components/fn/teach/LessonPlan.vue
new file mode 100644
index 0000000..c3804dd
--- /dev/null
+++ b/components/fn/teach/LessonPlan.vue
@@ -0,0 +1,7 @@
+
+
+
+ 教案设计
+
+
+
diff --git a/components/nav/Secondary.vue b/components/nav/Secondary.vue
index 72bf6b5..c471d67 100644
--- a/components/nav/Secondary.vue
+++ b/components/nav/Secondary.vue
@@ -1,5 +1,5 @@
+
+
+
+
+
+
+
+ {{ nav.label }}
+
+
+
+
+
+
diff --git a/pages/course/[id].vue b/pages/course/[id].vue
index 7b8c19d..adbac23 100644
--- a/pages/course/[id].vue
+++ b/pages/course/[id].vue
@@ -65,7 +65,7 @@ watch(
{
+ setBreadcrumbs([
+ {
+ label: 'AI 备课',
+ path: '/course/prep',
+ },
+ {
+ label: 'AI 课件设计',
+ },
+ ])
})
-
- deck
-
+
+ AI 课件设计
+
diff --git a/pages/course/prep/quiz.vue b/pages/course/prep/quiz.vue
index f3c608b..2a3ece8 100644
--- a/pages/course/prep/quiz.vue
+++ b/pages/course/prep/quiz.vue
@@ -3,13 +3,32 @@ import { nav } from './config'
definePageMeta({
requiresAuth: true,
+ hideSidebar: true,
+})
+
+useHead({
+ title: 'AI 出题 | 备课',
+})
+
+const { setBreadcrumbs } = useBreadcrumbs()
+
+onMounted(() => {
+ setBreadcrumbs([
+ {
+ label: 'AI 备课',
+ path: '/course/prep',
+ },
+ {
+ label: 'AI 出题',
+ },
+ ])
})
-
- quiz
-
+
+ AI 出题
+
diff --git a/pages/course/prep/teach.vue b/pages/course/prep/teach.vue
index 2334d4d..246c0df 100644
--- a/pages/course/prep/teach.vue
+++ b/pages/course/prep/teach.vue
@@ -1,19 +1,98 @@
-
- teach
-
+
+
+
+
diff --git a/pages/course/resources/index.vue b/pages/course/resources/index.vue
index 64d2546..c0d7fa3 100644
--- a/pages/course/resources/index.vue
+++ b/pages/course/resources/index.vue
@@ -5,7 +5,9 @@ definePageMeta({
- Resources
+
+ 课程资源
+