From 7f2d16de26c0e4177ff2f5966eb7814ab1bb0feb Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 15 Jun 2025 02:26:33 +0900 Subject: [PATCH] .. --- info.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/info.js b/info.js index 88ee763..ffeb97e 100644 --- a/info.js +++ b/info.js @@ -13,7 +13,7 @@ class InstanceActionEvent { this.content = content; } - static jsonSchema = {type: 'object', required: ['instanceName', 'action', 'content'], properties: {'instanceName': {type: 'string'}, 'action': {type: 'string'}, 'content': {type: 'string'}},}; + static jsonSchema = {type: 'object', required: ['instanceName', 'action', 'content'], properties: {'instanceName': {type: 'string'}, 'action': {type: 'string'}, 'content': {type: 'string'}}}; static fromJSON(json) {return new this(json.instanceName, json.action, json.content);} } @@ -68,7 +68,6 @@ const plugin = { initialValue: 'zh-Hants en' }, }, - messages: [InstanceActionEvent], };