安全性提升: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

@@ -16,7 +16,7 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"],
"js": ["config.js", "content.js"],
"run_at": "document_idle",
"all_frames": true
}