update:首页智能体面板显示优化

* update:更新版本号

* update:允许actions编译手动触发

* fix:如果获取不到版本号,actions编译失败

* add:增加docker部署redis步骤

* update:增加启用/关闭模型配置api

* update:完成角色配色功能

* update:编译文档优化

* update:优化编译文档

* update:首页智能体面板显示优化
This commit is contained in:
hrz
2025-04-06 18:28:39 +08:00
committed by GitHub
parent 50897e97af
commit aed4e6b1e4
15 changed files with 272 additions and 45 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ function reAjaxFun(fn) {
} else {
showWarning('正在连接服务器(' + ajaxIndex + ')')
}
if (fn) {
if (ajaxIndex < 10 && fn) {
setTimeout(() => {
fn()
}, reAjaxSec * 1000)