📝 docs(home): 更新听力音频生成功能描述
This commit is contained in:
parent
8c3b8d0ab7
commit
b0ff44887c
|
|
@ -8,7 +8,7 @@ const features = ref([
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "听力考试音频生成",
|
title: "听力考试音频生成",
|
||||||
desc: "输入听力文本,一键调用 AI 合成标准英语考试音频,支持多种题型场景,快速生成可用于备考的模拟听力材料。",
|
desc: "输入听力文本或上传Word,一键调用 AI 合成标准英语考试音频,支持多种题型场景,快速生成可用于备考的模拟听力材料。",
|
||||||
class: "card-1",
|
class: "card-1",
|
||||||
icon: "audio",
|
icon: "audio",
|
||||||
url: LISTENING_AUDIO_URL,
|
url: LISTENING_AUDIO_URL,
|
||||||
|
|
@ -53,7 +53,6 @@ const features = ref([
|
||||||
icon: "speaker",
|
icon: "speaker",
|
||||||
route: "/pronunciation",
|
route: "/pronunciation",
|
||||||
},
|
},
|
||||||
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// Hover effect for glassmorphism glare
|
// Hover effect for glassmorphism glare
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue