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: '⚙️' }, ];