feat: 限制远程应用最大重连次数为 50,增强错误日志信息;调整 cnb-board 路由逻辑

This commit is contained in:
2026-02-24 23:53:21 +08:00
parent 37e00a9ff3
commit 22ef776b27
3 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ app.route({
}
}).define(async (ctx) => {
const more = ctx.query?.more ?? false
const list = getLiveMdContent({ more: more });
if (notCNBCheck(ctx)) return;
const list = getLiveMdContent({ more: more });
ctx.body = {
title: '开发环境模式配置',
list,