feat: Merge default items when saving rule

This commit is contained in:
Gabe
2025-09-26 12:40:19 +08:00
parent 14f74b76bb
commit 4935abcf33
4 changed files with 57 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
import { run } from "./common";
run();
if (document.documentElement && document.documentElement.tagName === "HTML") {
run();
}