注入脚本和inject/content通信
Some checks failed
build / Build (push) Failing after 6s
test / Run tests (push) Failing after 2s

This commit is contained in:
2025-03-31 18:06:00 +08:00
parent 48f1b1f33b
commit 315f5f148c
17 changed files with 395 additions and 167 deletions

View File

@ -5,7 +5,7 @@ import { Message, MessageConnect, MessageSend } from "./server";
import EventEmitter from "eventemitter3";
interface PostMessage {
export interface PostMessage {
postMessage(message: any): void;
}