diff --git a/1000h-portal/components/Features.vue b/1000h-portal/components/Features.vue index 4fb407f4..58f3489b 100644 --- a/1000h-portal/components/Features.vue +++ b/1000h-portal/components/Features.vue @@ -5,7 +5,7 @@
特色功能
- 这是一句简介这是一句简介这是一句简介 + 你能想到的,只要是对学习有帮助的功能,我们都实现了。
@@ -43,23 +43,23 @@ export default { const features = ref([ { icon: "/portal-static/images/head-phone.png", - title: "音频跟读", - subtitle: "支持下载/导入各类外语音频,进行解析跟读", + title: "音频可视化跟读", + subtitle: "导入的音频,我们会进行解析,提供可视化跟读", }, { icon: "/portal-static/images/camera.png", - title: "视频跟读", - subtitle: "支持下载/导入各类外语视频,进行解析跟读", + title: "视频可视化跟读", + subtitle: "既然音频可以跟读,视频当然也可以", }, { icon: "/portal-static/images/lang.png", - title: "外语阅读", - subtitle: "支持下载/导入各类外语文章,进行解析跟读", + title: "文章阅读", + subtitle: "导入各类外语文章,进行解析阅读", }, { icon: "/portal-static/images/robot.png", - title: "AI自然对话", - subtitle: "说你想说的,跟AI一起复读学习", + title: "AI 自然对话", + subtitle: "最称职的人工智能外语陪练", }, { icon: "/portal-static/images/note.png", diff --git a/1000h-portal/components/Introduction.vue b/1000h-portal/components/Introduction.vue index 3b247099..c994dda9 100644 --- a/1000h-portal/components/Introduction.vue +++ b/1000h-portal/components/Introduction.vue @@ -3,9 +3,9 @@
-
产品介绍
+
最朴实的学习方法
- 这是一句简介这是一句简介 + 在 AI 的帮助下,我们提倡直接上手学习,不用理会繁琐的方法论
@@ -50,30 +50,30 @@ export default {