From 1f2d63a131536f9f7e74e6e7e614c6bc799bb860 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 14 Jun 2025 01:55:13 +0900 Subject: [PATCH] . --- info.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/info.js b/info.js index 493e997..3de1214 100644 --- a/info.js +++ b/info.js @@ -67,18 +67,21 @@ const plugin = { title: "Translate Server URL", description: "Including http protocol, and the port if needed", type: "string", + initialValue: "http://localhost:5000", optional: true, }, "chat_sync.libretranslate_key": { title: "Translate Server API Key", description: "The API key for the translate server", type: "string", + initialValue: "123456", optional: true, }, "chat_sync.libretranslate_language": { title: "Translate Server Target Language", description: "Put a space between each language, using ISO 639-1 codes", type: "string", + initialValue: "zh-Hants en", optional: true, }, },