flat: 语音合成、语音识别

This commit is contained in:
Apcallover
2025-12-07 17:06:20 +08:00
parent a2ca068669
commit e0c4f18da0
7 changed files with 324 additions and 221 deletions

View File

@@ -402,7 +402,11 @@ const handleItemClick = (item) => {
url: config.Career_guidance,
});
break;
case '模拟面试':
lightAppJssdk.navigation.hide({
url: config.mock_interview,
});
break;
default:
$api.msg('暂未开放');
}