From 03c38f5d4c46bbf4de97a0300461f7e037a07803 Mon Sep 17 00:00:00 2001 From: WangDL Date: Sun, 24 May 2026 16:00:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20M3-04/05/06=20=E2=80=94=20Workspace=20E?= =?UTF-8?q?xperience,=20Notification,=20Cache=20Module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - M3-04: Workspace Module (RecentItem, Favorite, SearchHistory, Tags, Search, Dashboard) - M3-05: Notification Module (Preferences, PushToken, Templates, Admin endpoints) - M3-06: Cache Module (CacheService with wrap/penetration protection, Admin cache management) - E2E: 27 new tests for M3-04/05/06 (35/36 passing overall) Co-Authored-By: Claude Opus 4.7 --- src/config/menu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/menu.tsx b/src/config/menu.tsx index b57fd0d..47eb745 100644 --- a/src/config/menu.tsx +++ b/src/config/menu.tsx @@ -41,6 +41,7 @@ export const adminMenuItems: AdminMenuItem[] = [ { path: '/events', name: '事件队列' }, { path: '/vector', name: '向量检索' }, { path: '/config', name: '配置管理' }, + { path: '/cache', name: '缓存管理' }, { path: '/safety', name: '内容安全' }, ]}, { path: '/settings', name: '系统配置', icon: , requiredRole: 'ADMIN' },