match
Some checks failed
build / Build (push) Failing after 6s
test / Run tests (push) Failing after 8s

This commit is contained in:
2025-04-03 16:56:53 +08:00
parent fc69019877
commit eea3b43e0b
11 changed files with 460 additions and 66 deletions

View File

@@ -5,10 +5,7 @@ import { Server } from "@Packages/message/server";
import { InjectRuntime } from "./runtime/content/inject";
import { ScriptRunResouce } from "./app/repo/scripts";
// 通过flag与content建立通讯,这个ScriptFlag是后端注入时候生成的
const flag = ScriptFlag;
const msg = new CustomEventMessage(flag, false);
const msg = new CustomEventMessage(MessageFlag, false);
// 加载logger组件
const logger = new LoggerCore({