chore: v3.29.2

This commit is contained in:
idranme
2024-08-15 10:57:15 +08:00
parent d143dc043c
commit 94c1aea6df
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"name": "LLOneBot",
"slug": "LLOneBot",
"description": "实现 OneBot 11 协议,用以 QQ 机器人开发",
"version": "3.29.1",
"version": "3.29.2",
"icon": "./icon.webp",
"authors": [
{

View File

@@ -221,7 +221,7 @@ async function onSettingWindowCreated(view: Element) {
),
SettingItem(
'消息内容缓存时长',
'单位为秒',
'单位为秒,可用于获取撤回的消息',
`<div class="q-input"><input class="q-input__inner" data-config-key="msgCacheExpire" type="number" min="1" value="${config.msgCacheExpire}" placeholder="${config.msgCacheExpire}" /></div>`,
),
]),

View File

@@ -1 +1 @@
export const version = '3.29.1'
export const version = '3.29.2'