From fd4a709958d4a99677fbce4b3627d3f712d91b2c Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 6 May 2025 11:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=86=92=E6=9B=B4=E6=96=B0=E6=88=90?= =?UTF-8?q?=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/system_updater/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system_updater/config.toml b/plugins/system_updater/config.toml index 0775bac..656b185 100644 --- a/plugins/system_updater/config.toml +++ b/plugins/system_updater/config.toml @@ -1,6 +1,6 @@ [SystemUpdater] enable = true commands = ["更新系统", "系统更新", "重启系统", "更新重启"] -wait_time = 15 +wait_time = 5 # 设置管理员微信ID,只有这些ID可以执行更新操作 admin_wxids = ["Jyunere"] # 在此添加管理员微信ID,例如 ["wxid_123456", "wxid_abcdef"] \ No newline at end of file