feat: 更新资源迁移逻辑,优化用户 ID 处理,删除冗余代码

This commit is contained in:
xiongxiao
2026-03-25 02:36:27 +08:00
committed by cnb
parent 55378f4c94
commit b39f7d6028
11 changed files with 107 additions and 181 deletions

View File

@@ -3,6 +3,7 @@ import { Logger } from '@kevisual/logger';
const config = useConfig();
export const logger = new Logger({
// @ts-ignore
level: config.LOG_LEVEL || 'info',
showTime: true,
});