diff --git a/panel.html b/panel.html index 89d9db9..6ced0fb 100644 --- a/panel.html +++ b/panel.html @@ -227,100 +227,106 @@
-
- - - - - - - - - - - -
-
-
范围重建
-
- 仅重建与指定楼层范围相交的节点向量。留空时默认按整段聊天处理。 +
+ +
+
+ 📝 记忆操作 + 调用 LLM 处理记忆节点 +
+
+ + + + + +
-
- - + + +
+
+ 🔢 向量操作 + 调用 Embedding API 计算节点向量 +
+
+ + + +
+
+
+ 范围重建:仅重建与指定楼层范围相交的节点向量。留空时默认按整段聊天处理。 +
+
+
+ + +
+
+ + +
+
+
-
- - + + +
+
+ ⚠️ 图谱管理 + 导入导出与危险操作 +
+
+ + + +
diff --git a/style.css b/style.css index 9fba074..acbd031 100644 --- a/style.css +++ b/style.css @@ -781,6 +781,48 @@ } /* --- Actions Tab --- */ +.bme-action-groups { + display: flex; + flex-direction: column; + gap: 20px; +} + +.bme-action-group { + padding: 14px; + border-radius: 12px; + background: rgba(255, 255, 255, 0.02); + border: 1px solid rgba(255, 255, 255, 0.05); +} + +.bme-action-group-header { + display: flex; + align-items: baseline; + gap: 10px; + margin-bottom: 12px; +} + +.bme-action-group-title { + font-size: 13px; + font-weight: 700; + color: var(--bme-on-surface); +} + +.bme-action-group-sub { + font-size: 11px; + color: var(--bme-on-surface-dim); +} + +.bme-action-group-extra { + margin-top: 10px; +} + +.bme-action-range-row { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 10px; + margin-top: 8px; +} + .bme-action-grid { display: grid; grid-template-columns: 1fr 1fr;