feature:支持Enka面板更新:%更新展柜面板

This commit is contained in:
UCPr 2025-06-09 15:40:27 +08:00
parent 0fea67a389
commit 21b8915418
25 changed files with 36048 additions and 382 deletions

View file

@ -52,6 +52,7 @@ async function init() {
// debug模式下监听文件变化
const isWatch = await (async () => {
try {
// @ts-ignore
return (await import('../../../../lib/config/config.js')).default.bot.log_level === 'debug'
} catch {
return false