升级了xiaozhi-esp32-server、xiaozhi-esp32-webui、xiaoya-tvbaox、cloud189-auto-save、xiaozhi-esp32-server-mini;

This commit is contained in:
waxgourd
2025-06-09 10:32:23 +08:00
parent c5baad946c
commit fa40ce5214
10 changed files with 35 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
### 2.2.40 (2025-06-05)
- 版本升级
### 2.2.182025-04-27 ### 2.2.182025-04-27
- 首次推出 - 首次推出

View File

@@ -1,5 +1,5 @@
name: "cloud189-auto-save" name: "cloud189-auto-save"
version: '2.2.18' version: '2.2.40'
slug: 'cloud189' slug: 'cloud189'
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: '天翼云盘自动转存系统,支持自动监控更新并转存文件, 支持STRM生成, Emby入库通知' description: '天翼云盘自动转存系统,支持自动监控更新并转存文件, 支持STRM生成, Emby入库通知'

View File

@@ -1,3 +1,10 @@
### latest-2025060609 (2025-06-06)
- 版本升级
### latest-2025060409 (2025-06-04)
### latest-2025060509 (2025-06-05)
- 版本升级
### latest-2025060409 (2025-06-04)
- 版本升级
### latest-2025053009 (2025-05-30) ### latest-2025053009 (2025-05-30)
- 版本升级 - 版本升级
### latest-2025052909 (2025-05-29) ### latest-2025052909 (2025-05-29)

View File

@@ -1,6 +1,6 @@
name: "小雅-TvBox" name: "小雅-TvBox"
description: "AList代理支持xiaoya版AList界面管理" description: "AList代理支持xiaoya版AList界面管理"
version: "latest-2025053009" version: "latest-2025060609"
slug: "xiaoya-tvbox" slug: "xiaoya-tvbox"
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
image: r.hassbus.com/wghaos/xiaoya-tvbox image: r.hassbus.com/wghaos/xiaoya-tvbox

View File

@@ -1,3 +1,10 @@
## 0.5.4 (2025-06-05)
- 版本升级
## 0.5.3 (2025-06-03)
- 增加视觉大模型供应器和配置
- 支持openai类型接口的视觉模型调用(默认是智谱免费版视觉模型)
- 兼容虾哥1.6.6版本调用mcp拍照识图功能
- 小智容器端口8003主机端口8002无需更改网络配置
## 0.5.1 (2025-05-29) ## 0.5.1 (2025-05-29)
- 版本升级 - 版本升级
## 0.4.4 (2025-05-23) ## 0.4.4 (2025-05-23)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 极速版" name: "小智 AI Server 极速版"
version: "0.5.1" version: "0.5.4"
slug: "xiaozhi_esp32_server_mini" slug: "xiaozhi_esp32_server_mini"
description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信" description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"
@@ -11,10 +11,10 @@ boot: manual
translations: true translations: true
ports: ports:
8000/tcp: 8000 8000/tcp: 8000
8002/tcp: 8002 8003/tcp: 8002
ports_description: ports_description:
8000/tcp: "WebSocket服务端口" 8000/tcp: "WebSocket服务端口"
8002/tcp: "OTA设备激活升级固件端口" 8003/tcp: "http服务的端口用于简单OTA接口(单服务部署),以及视觉分析接口"
map: map:
- addon_config:rw - addon_config:rw
host_network: false host_network: false
@@ -38,6 +38,7 @@ options:
asr.appid: "" asr.appid: ""
asr.access_token: "" asr.access_token: ""
asr.secret_key: "" asr.secret_key: ""
#vllm.api_key: ""
plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da plugins.get_weather.api_key: a861d0d5e7bf4ee1a83d9a9e4f96d4da
plugins.get_weather.default_location: 广州 plugins.get_weather.default_location: 广州
log_level: INFO log_level: INFO
@@ -59,6 +60,7 @@ schema:
asr.appid: str? asr.appid: str?
asr.access_token: str? asr.access_token: str?
asr.secret_key: str? asr.secret_key: str?
#vllm.api_key: str?
plugins.get_weather.api_key: str plugins.get_weather.api_key: str
plugins.get_weather.default_location: str plugins.get_weather.default_location: str
log_level: list(INFO|DEBUG) log_level: list(INFO|DEBUG)

View File

@@ -1,3 +1,7 @@
## 0.5.4 (2025-06-06)
- 版本升级
## 0.5.3 (2025-06-03)
- 版本升级
## 0.5.1 (2025-05-29) ## 0.5.1 (2025-05-29)
- 版本升级 - 版本升级
## 0.4.4 (2025-05-23) ## 0.4.4 (2025-05-23)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 最简化版" name: "小智 AI Server 最简化版"
version: "0.5.1" version: "0.5.4"
slug: "xiaozhi_esp32_server" slug: "xiaozhi_esp32_server"
description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信" description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"
@@ -10,8 +10,10 @@ startup: application
boot: manual boot: manual
ports: ports:
8000/tcp: 8000 8000/tcp: 8000
8003/tcp: 8003
ports_description: ports_description:
8000/tcp: "WebSocket服务端口" 8000/tcp: "WebSocket服务端口"
8003/tcp: "http服务的端口用于简单OTA接口(单服务部署),以及视觉分析接口"
map: map:
- addon_config:rw - addon_config:rw
host_network: false host_network: false

View File

@@ -1,3 +1,7 @@
## 0.5.4 (2025-06-05)
- 版本升级
## 0.5.3 (2025-06-03)
- 版本升级
## 0.5.1 (2025-05-29) ## 0.5.1 (2025-05-29)
- 版本升级 - 版本升级
## 0.4.4 (2025-05-23) ## 0.4.4 (2025-05-23)

View File

@@ -1,5 +1,5 @@
name: "小智 AI 智控台" name: "小智 AI 智控台"
version: "0.5.1" version: "0.5.4"
slug: "xiaozhi_esp32_webui" slug: "xiaozhi_esp32_webui"
description: "小智 AI 智控台 - 提供语音识别、对话和控制功能支持与ESP32设备通信集成WEB管理界面" description: "小智 AI 智控台 - 提供语音识别、对话和控制功能支持与ESP32设备通信集成WEB管理界面"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"