feat: 更新依赖项版本并添加新的UI库

This commit is contained in:
2025-09-11 22:35:35 +08:00
parent 3a4a55b78e
commit 0cb7e67b5e
4 changed files with 189 additions and 16 deletions

View File

@@ -194,7 +194,7 @@ export class BackgroundTaskManager {
// 定义后台任务
TaskManager.defineTask(BACKGROUND_TASK_IDENTIFIER, async (body: TaskManagerTaskBody) => {
try {
log.info('[BackgroundTask] 后台任务执行');
log.info(`[BackgroundTask] 后台任务执行, 任务 ID: ${BACKGROUND_TASK_IDENTIFIER}`);
await executeBackgroundTasks();
// return BackgroundTask.BackgroundTaskResult.Success;
} catch (error) {