Commit Graph

12 Commits

Author SHA1 Message Date
Youzini-afk
757421d16b feat: 用户 POV 别名匹配忽略空白/标点/大小写并 NFKC
Made-with: Cursor
2026-04-06 20:42:41 +08:00
Youzini-afk
6d861fd39c feat: 图谱分区用酒馆 name1 兜底,误标为角色的用户 POV 归入用户区
Made-with: Cursor
2026-04-06 20:39:51 +08:00
Youzini-afk
c13eb366b1 debug: Recall Card UI 时序插桩 (session b6ba57); graph-renderer 区域圆角防御
Made-with: Cursor
2026-04-06 19:21:22 +08:00
Youzini-afk
16f103297b feat(graph): organic neural layout per region + label ellipsis
Made-with: Cursor
2026-04-06 16:24:33 +08:00
Youzini-afk
06cd922e75 fix(graph): merge character POV zones by display name before owner id
Made-with: Cursor
2026-04-06 15:59:04 +08:00
Youzini-afk
dbb8491c46 refactor(graph): partition neural layout, curved edges, no force jitter
Made-with: Cursor
2026-04-06 15:49:01 +08:00
Youzini-afk
c60f60f349 Implement scoped memory graph and refresh defaults 2026-04-03 20:48:54 +08:00
Youzini-afk
4aeba55e90 feat: recall card UI v2 — inline card with force-graph sub-graph, sidebar editor, no more prompt/alert/confirm 2026-03-29 20:02:02 +08:00
Youzini-afk
4319fd2496 fix: 缩短事件节点图谱标签 2026-03-25 00:37:44 +08:00
Youzini-afk
7b68eebb9e Fix plugin-only memory settings and UI flow 2026-03-24 11:42:10 +08:00
Youzini-afk
e747d66478 fix: restore third-party extension loading and panel wiring 2026-03-23 23:14:21 +08:00
Youzini-afk
0a07b7df44 feat: 新增 UI 操控面板系统
- 新增 themes.js: 4 套配色主题 (Crimson/Cyan/Amber/Violet) + applyTheme()
- 新增 panel.html: 响应式面板模板 (Desktop 双栏 + Mobile 底部 Tab)
- 新增 graph-renderer.js: Canvas 力导向图谱渲染器 (零依赖)
- 新增 panel.js: Tab 切换、数据渲染、搜索过滤、节点详情、操作绑定
- 修改 style.css: +720 行面板样式 + @media 响应式
- 修改 index.js: 面板初始化 + Options 菜单注入 + action handlers
- 修改 settings.html: 主题选择下拉框 + 打开面板按钮
- 修改 graph.js: 新增 getActiveNodes() 辅助函数
2026-03-23 22:18:36 +08:00