Browse Source

场景教学修改名字为AI古诗词

丸子 3 tháng trước cách đây
mục cha
commit
e98d219b79
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/AIPage/AIGeneralCourse.vue

+ 1 - 1
src/views/AIPage/AIGeneralCourse.vue

@@ -195,7 +195,7 @@ const courseData = ref({
 const menuConfig = [
   { id: 'general', title: 'AI通识课', type: '1', isPractical: false, isAICourse: false },
   { id: 'practical', title: 'AI实操课', type: '2', isPractical: true, isAICourse: false },
-  { id: 'ai', title: 'AI场景教学', type: '3', isPractical: false, isAICourse: true },
+  { id: 'ai', title: 'AI古诗词', type: '3', isPractical: false, isAICourse: true },
   { id: 'selfstudy', title: 'AI自主学习', type: '4', isPractical: false, isAICourse: true }
 ]
 // 当前选中的菜单索引