This commit is contained in:
dengqichen 2025-12-30 16:05:13 +08:00
parent 1aeba8e394
commit 05802210b2
3 changed files with 52 additions and 13 deletions

View File

@ -215,6 +215,7 @@ public class SystemReleaseServiceImpl
// 准备维护通知内容说明将在X分钟后维护
StringBuilder messageBuilder = new StringBuilder();
messageBuilder.append("@all\n\n"); // @所有人
messageBuilder.append(String.format("版本号:%s\n", release.getReleaseVersion()));
messageBuilder.append(String.format("系统将在 %d 分钟后开始维护升级\n", release.getDelayMinutes()));
messageBuilder.append(String.format("预计维护时长:%d 分钟\n",

File diff suppressed because one or more lines are too long

View File

@ -14,12 +14,14 @@ VALUES (
'system', NOW(), 'system', NOW(), 1, 0,
1.47, 'ALL', NOW(),
'【后端】
1K8S日志流多并发连接只有部分能返回数据的问题
2K8S日志流ApiClient缓存机制
3线
K8S日志流多并发连接只有部分能返回数据的问题
K8S日志流ApiClient缓存机制
线
1Monaco滚动条残影问题
2
3/',
Monaco滚动条残影问题
/
使Monaco Model直接操作替代React状态更新
',
0, NULL, NULL, 0
);