auto-sync: 2026-05-19 23:05:50

This commit is contained in:
cfdaily
2026-05-19 23:05:50 +08:00
parent 214ffd9c88
commit ca03cd454f
+1
View File
@@ -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: '⚙️' },
];