安全性提升:TID动态生成+Streamlit页面排除+工作记忆修复

This commit is contained in:
Liang Jiaqing
2026-03-06 18:54:09 +08:00
parent c6af92e612
commit 524944dfc8
7 changed files with 22 additions and 15 deletions

View File

@@ -1,5 +1,3 @@
// content.js - DOM trigger bridge
const TID = '__ljq_ctrl';
new MutationObserver(muts => {
for (const m of muts) for (const n of m.addedNodes) {