From ad4c04f080c4617bc749ee9c2541c5660fd10b61 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Fri, 17 Jan 2025 20:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9F=A5=E8=AF=A2cf=E6=AF=94?= =?UTF-8?q?=E8=B5=9B=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qq_plugins/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qq_plugins/check.py b/src/qq_plugins/check.py index 2aa48f9..c3689c9 100644 --- a/src/qq_plugins/check.py +++ b/src/qq_plugins/check.py @@ -8,7 +8,7 @@ from src.ai_chat import ai_chat import os import yaml -menu = ['/今日运势','/天气','/图','/点歌','/摸摸头','/群老婆','/今日老婆', '/待办', '/test', '我喜欢你', "❤", "/待办查询", "/新建待办", "/删除待办", "/openai"] +menu = ['/今日运势','/天气','/图','/点歌','/摸摸头','/群老婆','/今日老婆', '/待办', '/test', '我喜欢你', "❤", "/待办查询", "/新建待办", "/删除待办", "/openai", "/cf"] async def check_value_in_menu(event: Event) -> bool: value = event.get_plaintext().strip().split(" ") if value[0] in menu: