From ae8a8d247319e0ba6081de82e8a92f5bfb0b54ea Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 9 Jun 2025 08:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=A7=AF=E5=88=86=E5=8A=A0?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/xiuren_image/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/xiuren_image/main.py b/plugins/xiuren_image/main.py index 62669c0..ca2e485 100644 --- a/plugins/xiuren_image/main.py +++ b/plugins/xiuren_image/main.py @@ -98,7 +98,7 @@ class XiurenImagePlugin(MessagePluginInterface): return command in self._commands @plugin_stats_decorator(plugin_name="秀人图片") - @plugin_points_cost(2, "秀人图片消耗积分", Feature.PIC) + @plugin_points_cost(9, "秀人图片消耗积分", Feature.PIC) async def process_message(self, message: Dict[str, Any]) -> Tuple[bool, Optional[str]]: """处理消息""" content = str(message.get("content", "")).strip()