From b2b3d7b6c5977b492cf772f1dce9a49acc7667e5 Mon Sep 17 00:00:00 2001 From: Mio-FCIP <1099834705@qq.com> Date: Mon, 3 Mar 2025 04:25:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba.support.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guoba.support.js b/guoba.support.js index 9a3e023..877cf59 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -988,13 +988,13 @@ export function supportGuoba () { field: 'bymContinue', label: '伪人模式连续对话', component: 'Switch', - bottomHelpMessage: '开启后会在延时时长内监听触发者的消息来与 bot 连续对话', + bottomHelpMessage: '开启后会在超时时长内监听触发者的消息来与 bot 连续对话', }, { field: 'bymContinueDelay', - label: '伪人模式连续对话延时', + label: '伪人模式连续对话超时时长', component: 'InputNumber', - bottomHelpMessage: '伪人模式连续对话延时时长,单位:秒', + bottomHelpMessage: '伪人模式连续对话超时时长限制,单位:秒', }, { field: 'bymFuckPrompt',