mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix: harden auto extraction trigger flow
This commit is contained in:
@@ -73,7 +73,7 @@ const persistenceCore = extractSnippet(
|
||||
"function handleGraphShadowSnapshotPageHide() {",
|
||||
);
|
||||
const messageSnippet = extractSnippet(
|
||||
"function onMessageReceived() {",
|
||||
'function onMessageReceived(messageId = null, type = "") {',
|
||||
"// ==================== UI 操作 ====================",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user