jieba~=0.42.1 删除

This commit is contained in:
liuwei
2025-05-12 16:52:15 +08:00
parent 642a0a60a0
commit bdd5f01c6a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class WeatherPlugin(MessagePluginInterface):
return True
@plugin_stats_decorator(plugin_name="天气查询")
@plugin_points_cost(1, "天气查询消耗积分", Feature.UTILITY)
@plugin_points_cost(2, "天气查询消耗积分", Feature.WEATHER)
async def process_message(self, message: Dict[str, Any]) -> Tuple[bool, Optional[str]]:
"""处理消息"""
content = str(message.get("content", "")).strip()