王一之 315f5f148c
Some checks failed
build / Build (push) Failing after 6s
test / Run tests (push) Failing after 2s
注入脚本和inject/content通信
2025-03-31 18:06:00 +08:00

12 lines
243 B
TypeScript

import { ScriptRunResouce } from "@App/app/repo/scripts";
import { Message } from "@Packages/message/server";
export class InjectRuntime {
constructor(
private msg: Message,
private scripts: ScriptRunResouce[]
) {}
start(){}
}