diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81957ba..9dd73f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+### [1.12.1](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.12.0...v1.12.1) (2025-05-07)
+
## [1.12.0](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.11.0...v1.12.0) (2025-05-06)
diff --git a/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxml b/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxml
index a92187f..592887e 100644
--- a/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxml
+++ b/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxml
@@ -236,9 +236,9 @@
{{sendStatus === 1 ? "松开发送,上滑取消" : (sendStatus === 2 ? "松开取消" : "")}}
-
+
- {{voiceRecognizing ? '识别中' : '按住 说话'}}
+ {{voiceRecognizing ? '识别中' : '按住 说话'}}
diff --git a/components/agent-ui/index.wxml b/components/agent-ui/index.wxml
index a92187f..592887e 100644
--- a/components/agent-ui/index.wxml
+++ b/components/agent-ui/index.wxml
@@ -236,9 +236,9 @@
{{sendStatus === 1 ? "松开发送,上滑取消" : (sendStatus === 2 ? "松开取消" : "")}}
-
+
- {{voiceRecognizing ? '识别中' : '按住 说话'}}
+ {{voiceRecognizing ? '识别中' : '按住 说话'}}
diff --git a/package-lock.json b/package-lock.json
index 28f59c6..e1c2d7c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cloudbase-agent-ui",
- "version": "1.12.0",
+ "version": "1.12.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cloudbase-agent-ui",
- "version": "1.12.0",
+ "version": "1.12.1",
"license": "MIT",
"dependencies": {
"standard-version": "^9.5.0"
diff --git a/package.json b/package.json
index 6b12845..61d5953 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cloudbase-agent-ui",
- "version": "1.12.0",
+ "version": "1.12.1",
"description": "微信小程序 Agent UI组件",
"main": "index.js",
"directories": {