mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
.
This commit is contained in:
19
info.js
19
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: [
|
||||
|
||||
Reference in New Issue
Block a user