diff --git a/.gitignore b/.gitignore
index 34d14f6..354a831 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,4 +25,5 @@ yarn-error.log*
/Server/node_modules
/Server/log
-/log
\ No newline at end of file
+/log
+yarn.lock
\ No newline at end of file
diff --git a/README.md b/README.md
index f5913d5..a220dd6 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,12 @@ yarn dev
参考 [OpenAPI 更新](https://www.volcengine.com/docs/6348/116363?s=g) 中与 实时对话式 AI 相关的更新内容。
### Demo 更新
+
+#### [1.6.0] - [2025-05-22]
+- 更新 RTC Web SDK 版本至 4.66.13
+- 删除无用依赖
+- 更新 Readme 文档
+
#### [1.6.0] - [2025-04-16]
- 支持 Coze Bot
- 更新部分注释和文档内容
diff --git a/package.json b/package.json
index 5bb6654..5166235 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,10 @@
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.8.3",
- "@volcengine/rtc": "4.66.1",
+ "@volcengine/rtc": "~4.66.13",
"@arco-design/web-react": "^2.65.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "react-helmet": "^6.1.0",
"react-redux": "^8.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
diff --git a/public/index.html b/public/index.html
index a62d8d7..18a6b99 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,7 @@
-
+