From 65df01683207fbb9a9d8bd3e91ae77208df2cbca Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 14 Jun 2025 00:22:20 +0900 Subject: [PATCH] . --- info.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/info.js b/info.js index 75ebd19..6e12e2a 100644 --- a/info.js +++ b/info.js @@ -56,6 +56,25 @@ const plugin = { "S1": "123" }, }, + "chat_sync.use_libretranslate": { + title: "Translate Message", + description: "Using self host or paid service", + type: "boolean", + initialValue: false, + optional: true, + }, + "chat_sync.libretranslate_url": { + title: "Translate Server URL", + description: "Including http protocol, and the port if needed", + type: "string", + optional: true, + }, + "chat_sync.libretranslate_key": { + title: "Translate Server API Key", + description: "The API key for the translate server", + type: "string", + optional: true, + }, }, messages: [