优化
Some checks failed
test / Run tests (push) Failing after 15s
build / Build (push) Failing after 23s

This commit is contained in:
2025-02-08 17:59:18 +08:00
parent 116f614852
commit 1e8b5e6453
21 changed files with 295 additions and 254 deletions

View File

@ -19,7 +19,7 @@ export function connect(msg: Message, action: string, data?: any): Promise<Messa
export class Client {
constructor(
private msg: ExtensionMessageSend,
private msg: MessageSend,
private prefix: string
) {
if (!this.prefix.endsWith("/")) {