mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: Uncomment code
This commit is contained in:
parent
47d6dc09db
commit
ebc245b9f3
@ -92,11 +92,10 @@ async function onSettingWindowCreated(view: Element) {
|
||||
SettingItem(
|
||||
'启用CQ码上报格式,不启用则为消息段格式',
|
||||
'如客户端无特殊需求推荐保持默认设置,两者的详细差异可参考 <a href="javascript:LiteLoader.api.openExternal(\'https://github.com/botuniverse/onebot-11/tree/master/message#readme\');">OneBot v11 文档</a>',
|
||||
// SettingSelect([
|
||||
// {text: '消息段', value: 'array'},
|
||||
// {text: 'CQ码', value: 'string'},
|
||||
// ], 'ob11.messagePostFormat', config.ob11.messagePostFormat),
|
||||
SettingSwitch('ob11.messagePostFormat', config.ob11.messagePostFormat === "string"),
|
||||
SettingSelect([
|
||||
{text: '消息段', value: 'array'},
|
||||
{text: 'CQ码', value: 'string'},
|
||||
], 'ob11.messagePostFormat', config.ob11.messagePostFormat),
|
||||
),
|
||||
SettingItem(
|
||||
'ffmpeg 路径,发送语音、视频需要,同时保证ffprobe和ffmpeg在一起', ` <a href="javascript:LiteLoader.api.openExternal(\'https://llonebot.github.io/zh-CN/guide/ffmpeg\');">下载地址</a> <span id="config-ffmpeg-path-text">, 路径:${!isEmpty(config.ffmpeg) ? config.ffmpeg : '未指定'}</span>`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user