This commit is contained in:
IndieKKY
2024-10-04 15:31:51 +08:00
parent 6ffb9073ab
commit 564f032e3a
6 changed files with 27 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ class ExtensionMessage {
const method = this.methods?.[event.method]
if (method != null) {
method(event.params, {
from: event.from,
event,
sender,
}).then(data => sendResponse({