mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-13 18:31:16 +08:00
feat: 悬浮球-glassmorphism+拖拽+单击开面板+双击重Roll+状态同步
This commit is contained in:
3
index.js
3
index.js
@@ -1076,6 +1076,9 @@ function notifyStatusToast(key, kind, message, title = "ST-BME") {
|
||||
function setRuntimeStatus(text, meta, level = "info") {
|
||||
runtimeStatus = createUiStatus(text, meta, level);
|
||||
refreshPanelLiveState();
|
||||
// 同步悬浮球状态
|
||||
const fabStatus = level === "info" ? "idle" : level;
|
||||
_panelModule?.updateFloatingBallStatus?.(fabStatus, text || "BME 记忆图谱");
|
||||
}
|
||||
|
||||
function setLastExtractionStatus(
|
||||
|
||||
Reference in New Issue
Block a user