xiaozhi-client 1.9.3-rc.0 → 1.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/dist/WebServerLauncher.js +100 -0
- package/dist/WebServerLauncher.js.map +1 -0
- package/dist/cli.js +19 -18
- package/dist/cli.js.map +1 -1
- package/dist/package.json +7 -5
- package/docs/changelog.mdx +11 -0
- package/docs/docs.json +0 -5
- package/package.json +7 -5
- package/dist/WebServerStandalone.js +0 -99
- package/dist/WebServerStandalone.js.map +0 -1
- package/dist/mcpServerProxy.d.ts +0 -12
- package/dist/mcpServerProxy.js +0 -32
- package/dist/mcpServerProxy.js.map +0 -1
- package/docs/images/qq-group-qrcode.jpg +0 -0
- /package/dist/{WebServerStandalone.d.ts → WebServerLauncher.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
[](https://codecov.io/gh/shenjingnan/xiaozhi-client)
|
|
5
5
|
[](https://github.com/shenjingnan/xiaozhi-client/actions)
|
|
6
6
|
[](https://hub.docker.com/r/shenjingnan/xiaozhi-client)
|
|
7
|
-
[](https://qun.qq.com/universal-share/share?ac=1&authKey=c08PvS2zvAF1NN%2F%2BuaOi0ze1AElTIsvFBLwbWUMFc2ixjaZYxqZTUQHzipwd8Kka&busi_data=eyJncm91cENvZGUiOiIxMDU0ODg4NDczIiwidG9rZW4iOiJuSmJUN2cyUEVkNEQ5WXovM3RQbFVNcDluMGVibUNZTUQvL1RuQnFJRjBkZmRZQnRBRTdwU0szL3V2Y0dLc1ZmIiwidWluIjoiMzkxMTcyMDYwMCJ9&data=9cH6_zEC-sN3xYlwzKEWiYF71RLY9CId5taN-gy6XZo7axSlSWDpd1Ojui5hYMQKIgEJYSPw59XYgF5vH2wLog&svctype=4&tempid=h5_group_info)
|
|
8
7
|
[](https://opensource.org/licenses/MIT)
|
|
9
8
|
[](https://img.shields.io/badge/AI%20Code-90%25%2B-84cc16)
|
|
10
9
|
<br />
|
|
@@ -13,8 +12,6 @@
|
|
|
13
12
|
[](https://www.coze.cn/)
|
|
14
13
|

|
|
15
14
|
|
|
16
|
-
<img src="https://raw.githubusercontent.com/shenjingnan/xiaozhi-client/main/docs/images/qq-group-qrcode.jpg" alt="QQ群" width="300"/>
|
|
17
|
-
|
|
18
15
|
## 功能特色
|
|
19
16
|
|
|
20
17
|
- 支持 小智(xiaozhi.me) 官方服务器接入点
|