chore: message page list support sharedworker.js

This commit is contained in:
duorameng
2026-05-09 09:02:43 +08:00
parent f5f761e7ef
commit 0dad9dd541
7 changed files with 56 additions and 3 deletions
+5
View File
@@ -72,3 +72,8 @@ export const TASK_EVENTS = {
RUNNING: 'task_running',
QUEUED: 'task_queued',
} as const
// 日志事件类型
export const LOG_EVENTS = {
ADDED: 'app_log_added',
} as const