inject的GM API调用
Some checks failed
build / Build (push) Failing after 7s
test / Run tests (push) Failing after 8s

This commit is contained in:
2025-04-06 00:32:20 +08:00
parent 651384f12c
commit a8054451ac
13 changed files with 50 additions and 32 deletions

View File

@@ -17,7 +17,6 @@ const server = new Server("inject", msg);
server.on("pageLoad", (data: { scripts: ScriptRunResouce[] }) => {
logger.logger().debug("inject start");
console.log("inject", data);
const runtime = new InjectRuntime(msg, data.scripts);
runtime.start();
});