更新 'repository.yaml'

This commit is contained in:
2025-11-06 11:33:12 +00:00
committed by admin@cnod.net
parent 2f5067f5e3
commit 32d8b84bbe
501 changed files with 13838 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
configuration:
mysql_host:
name: MySQL Host
description: MySQL database host address
mysql_port:
name: MySQL Port
description: MySQL database port
mysql_database:
name: Database Name
description: Database name, default is xiaozhi
mysql_user:
name: Database Username
description: Username for database connection
mysql_password:
name: Database Password
description: Password for database connection
java_memory:
name: Java Memory Size
description: Memory allocation for Java application in format like XmXg, e.g. 512m, 1g
addon:
start: Starting Xiaozhi ESP32 Voice Assistant...
stop: Stopping Xiaozhi ESP32 Voice Assistant...
configure: After configuration, click Save and restart the add-on to apply changes
logs:
starting: Starting service...
started: Service started
stopping: Stopping service...
stopped: Service stopped
error: Service failed to start, please check logs

View File

@@ -0,0 +1,30 @@
configuration:
mysql_host:
name: MySQL主机
description: MySQL数据库主机地址
mysql_port:
name: MySQL端口
description: MySQL数据库端口
mysql_database:
name: 数据库名称
description: 数据库名称默认为xiaozhi
mysql_user:
name: 数据库用户名
description: 用于连接数据库的用户名
mysql_password:
name: 数据库密码
description: 用于连接数据库的密码
java_memory:
name: Java内存大小
description: 分配给Java应用的内存大小格式为 XmXg 等例如512m, 1g
addon:
start: 正在启动小智ESP32语音助手...
stop: 正在停止小智ESP32语音助手...
configure: 完成配置后,点击保存并重启加载项使配置生效
logs:
starting: 正在启动服务...
started: 服务已启动
stopping: 正在停止服务...
stopped: 服务已停止
error: 服务启动失败,请检查日志