From 2ac7704d3b10dbef9adc646201ef12191e2b1547 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 24 Apr 2026 16:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA100=E5=88=86?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=EF=BC=8C=E7=95=AA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/fanhao_search/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fanhao_search/main.py b/plugins/fanhao_search/main.py index c58cd11..e316a23 100644 --- a/plugins/fanhao_search/main.py +++ b/plugins/fanhao_search/main.py @@ -429,7 +429,7 @@ class FanhaoSearchPlugin(MessagePluginInterface): return "\n".join(lines) @plugin_stats_decorator(plugin_name="番号查询") - @plugin_points_cost(10, "番号查询消耗积分", FEATURE_KEY) + @plugin_points_cost(100, "番号查询消耗积分", FEATURE_KEY) async def process_message(self, message: Dict[str, Any]) -> Tuple[bool, Optional[str]]: """处理番号查询请求。""" content = str(message.get("content", "") or "").strip()