升级了xiaozhi-tvbox、xiaozhi-esp32-server-java、xiaozhi-esp32-server、xiaozhi-esp32-server-mini、xiaozhi-esp32-webui、portainer;

This commit is contained in:
waxgourd
2025-05-30 19:23:22 +08:00
parent addafe698f
commit c5baad946c
13 changed files with 27 additions and 8 deletions

View File

@@ -127,7 +127,7 @@
}, },
"slug": "filebrowser", "slug": "filebrowser",
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "2.23.0_14", "version": "2.32.0",
"udev": true, "udev": true,
"boot": "manual" "boot": "manual"
} }

View File

@@ -1,5 +1,11 @@
### 2.30.1-2 (30-05-2025)
- 映射内部/config以允许自定义脚本执行和变量
- 修复无效的来源
### 2.30.1 (24-05-2025)
- 从portainer/portainer更新到最新版本 (更改日志https://github.com/portainer/portainer/releases)
### 2.30.0 (17-05-2025)
- 从portainer/portainer更新到最新版本 (更改日志https://github.com/portainer/portainer/releases)
### 2.29.2 (27-04-2025) ### 2.29.2 (27-04-2025)
- 已知问题 - 已知问题
- Podman支持的已知问题 - Podman支持的已知问题
1. Podman环境不受自动入职脚本的支持 1. Podman环境不受自动入职脚本的支持

View File

@@ -18,6 +18,7 @@
"init": false, "init": false,
"boot": "manual", "boot": "manual",
"map": [ "map": [
"addon_config:rw",
"share:rw", "share:rw",
"ssl" "ssl"
], ],
@@ -47,5 +48,5 @@
"slug": "portainer", "slug": "portainer",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "2.29.2" "version": "2.30.1-2"
} }

View File

@@ -1,3 +1,7 @@
### latest-2025053009 (2025-05-30)
- 版本升级
### latest-2025052909 (2025-05-29)
- 版本升级
### latest-2025052609 (2025-05-26) ### latest-2025052609 (2025-05-26)
- 版本升级 - 版本升级
### latest-2025052309 (2025-05-23) ### latest-2025052309 (2025-05-23)

View File

@@ -1,6 +1,6 @@
name: "小雅-TvBox" name: "小雅-TvBox"
description: "AList代理支持xiaoya版AList界面管理" description: "AList代理支持xiaoya版AList界面管理"
version: "latest-2025052609" version: "latest-2025053009"
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,5 @@
### 2.7.42 2025-05-09
- 版本升级
### 2.7.40 2025-05-08 ### 2.7.40 2025-05-08
- 版本升级 - 版本升级
### 2.7.22 2025-04-27 ### 2.7.22 2025-04-27

View File

@@ -1,5 +1,5 @@
name: "小智ESP32语音助手JAVA版" name: "小智ESP32语音助手JAVA版"
version: "2.7.40" version: "2.7.42"
slug: "xiaozhi_esp32_server_java" slug: "xiaozhi_esp32_server_java"
description: "基于ESP32的语音交互助手支持语音识别和播放功能" description: "基于ESP32的语音交互助手支持语音识别和播放功能"
url: "https://gitcode.com/waxgourd/addons" url: "https://gitcode.com/waxgourd/addons"

View File

@@ -1,3 +1,5 @@
## 0.5.1 (2025-05-29)
- 版本升级
## 0.4.4 (2025-05-23) ## 0.4.4 (2025-05-23)
- 版本升级 - 版本升级
## 0.4.3 (2025-05-16) ## 0.4.3 (2025-05-16)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 极速版" name: "小智 AI Server 极速版"
version: "0.4.4" version: "0.5.1"
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"

View File

@@ -1,3 +1,5 @@
## 0.5.1 (2025-05-29)
- 版本升级
## 0.4.4 (2025-05-23) ## 0.4.4 (2025-05-23)
- 版本升级 - 版本升级
## 0.4.3-1 (2025-05-20) ## 0.4.3-1 (2025-05-20)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 最简化版" name: "小智 AI Server 最简化版"
version: "0.4.4" version: "0.5.1"
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"

View File

@@ -1,3 +1,5 @@
## 0.5.1 (2025-05-29)
- 版本升级
## 0.4.4 (2025-05-23) ## 0.4.4 (2025-05-23)
- 版本升级 - 版本升级
## 0.4.3 (2025-05-16) ## 0.4.3 (2025-05-16)

View File

@@ -1,5 +1,5 @@
name: "小智 AI 智控台" name: "小智 AI 智控台"
version: "0.4.4" version: "0.5.1"
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"