fix: core_speaking_image 中文名从'口语图片'修正为'看图说话'

This commit is contained in:
xiaoban 2026-06-04 19:11:01 +08:00
parent 3588e5bb93
commit 3484681bd1
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ C_TYPE_NAME_MAPPING = {
"core_reading_imageDrag": "阅读图片拖拽",
"core_reading_order": "阅读排序",
"core_speaking_explore": "口语探讨",
"core_speaking_image": "口语图片",
"core_speaking_image": "看图说话",
"core_speaking_inquiry": "口语妙问",
"core_speaking_monologue": "口语独白",
"core_speaking_reply": "口语快答",

View File

@ -118,7 +118,7 @@ cd /root/.openclaw/workspace-xiaoban
| `core_reading_imageDrag` | 阅读图片拖拽 |
| `core_reading_order` | 阅读排序 |
| `core_speaking_explore` | 口语探讨 |
| `core_speaking_image` | 口语图片 |
| `core_speaking_image` | 看图说话 |
| `core_speaking_inquiry` | 口语妙问 |
| `core_speaking_monologue` | 口语独白 |
| `core_speaking_reply` | 口语快答 |
@ -193,7 +193,7 @@ cd /root/.openclaw/workspace-xiaoban
./scripts/export_component_records.sh --c-type core_speaking_image --c-id 1000516
```
输出:`output/组件_口语图片_1000516_导出时间_YYYYMMDD.xlsx`
输出:`output/组件_看图说话_1000516_导出时间_YYYYMMDD.xlsx`
包含字段user_id、session_id、play_result判定结果、音频URL、朗读内容ASR文本识别、发音评分、user_behavior_info完整行为数据按 updated_at 倒序排列。