From ca03cd454f1f48b47a34c415d67ee43dae1885e8 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Tue, 19 May 2026 23:05:50 +0800 Subject: [PATCH] auto-sync: 2026-05-19 23:05:50 --- src/frontend/src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/store.ts b/src/frontend/src/store.ts index b0f729d..19d1530 100644 --- a/src/frontend/src/store.ts +++ b/src/frontend/src/store.ts @@ -203,6 +203,7 @@ export const TAB_DEFS: { key: TabKey; label: string; icon: string }[] = [ { key: 'sessions', label: '传令巡哨', icon: '🔭' }, { key: 'usage', label: '花费总览', icon: '💰' }, { key: 'archives', label: '奏折阁', icon: '📜' }, + { key: 'morning', label: '早朝简报', icon: '🌅' }, { key: 'templates', label: '任务模板', icon: '📋' }, { key: 'settings', label: '系统设置', icon: '⚙️' }, ];