From f6abe22b4fe8e35bac3c5edaa219b33c18d48479 Mon Sep 17 00:00:00 2001 From: qian-dan <756328797@qq.com> Date: Wed, 25 Jun 2025 11:41:50 +0800 Subject: [PATCH] modify string.json Signed-off-by: qian-dan <756328797@qq.com> --- .../entry/src/main/resources/base/element/string.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/AI/MindSporeLiteCDemoASR/entry/src/main/resources/base/element/string.json b/code/AI/MindSporeLiteCDemoASR/entry/src/main/resources/base/element/string.json index 9f22b4fdd3..cd71fed952 100644 --- a/code/AI/MindSporeLiteCDemoASR/entry/src/main/resources/base/element/string.json +++ b/code/AI/MindSporeLiteCDemoASR/entry/src/main/resources/base/element/string.json @@ -14,11 +14,11 @@ }, { "name": "play", - "value": "播放示例音频" + "value": "鎾斁绀轰緥闊抽" }, { "name": "asr", - "value": "识别示例音频" + "value": "璇嗗埆绀轰緥闊抽" } ] } -- Gitee