mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 23:23:55 +08:00
update:首页智能体面板显示优化
* update:更新版本号 * update:允许actions编译手动触发 * fix:如果获取不到版本号,actions编译失败 * add:增加docker部署redis步骤 * update:增加启用/关闭模型配置api * update:完成角色配色功能 * update:编译文档优化 * update:优化编译文档 * update:首页智能体面板显示优化
This commit is contained in:
@@ -137,7 +137,7 @@ function reAjaxFun(fn) {
|
||||
} else {
|
||||
showWarning('正在连接服务器(' + ajaxIndex + ')')
|
||||
}
|
||||
if (fn) {
|
||||
if (ajaxIndex < 10 && fn) {
|
||||
setTimeout(() => {
|
||||
fn()
|
||||
}, reAjaxSec * 1000)
|
||||
|
||||
Reference in New Issue
Block a user