From c8229ced265dd36afe0892f868d7318f8bfab739 Mon Sep 17 00:00:00 2001 From: cc <94575594@qq.com> Date: Mon, 23 Mar 2026 17:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=AE=B2=E8=A7=A3=E5=8A=9F=E8=83=BD=E5=8F=8A?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 - src/views/HomePage.vue | 9 +- src/views/VideoExplanation.vue | 2113 -------------------------------- 3 files changed, 1 insertion(+), 2127 deletions(-) delete mode 100644 src/views/VideoExplanation.vue diff --git a/src/router/index.js b/src/router/index.js index 5d54e10..04b31ba 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,7 +5,6 @@ import Speaking from '../views/Speaking.vue' import EssayCorrection from '../views/EssayCorrection.vue' import ExamAnalysis from '../views/ExamAnalysis.vue' import SpellPractice from '../views/SpellPractice.vue' -import VideoExplanation from '../views/VideoExplanation.vue' const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), @@ -40,11 +39,6 @@ const router = createRouter({ name: 'spell-practice', component: SpellPractice }, - { - path: '/video-explanation', - name: 'video-explanation', - component: VideoExplanation - } ] }) diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index 23381db..920d591 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -53,14 +53,7 @@ const features = ref([ icon: "speaker", route: "/pronunciation", }, - { - id: 7, - title: "试题讲解视频", - desc: "输入英语试题,一键调用 OpenAI Sora 生成专业讲解视频,AI 智能分析考点并生成可视化讲解内容。", - class: "card-7", - icon: "video", - route: "/video-explanation", - }, + ]); // Hover effect for glassmorphism glare diff --git a/src/views/VideoExplanation.vue b/src/views/VideoExplanation.vue deleted file mode 100644 index 4e43fbb..0000000 --- a/src/views/VideoExplanation.vue +++ /dev/null @@ -1,2113 +0,0 @@ - - - - -