动态auth完成。

This commit is contained in:
liuwei
2025-06-09 15:42:25 +08:00
parent 68cd1e3301
commit 566af1410f
8 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ class WeatherPlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "WEATHER"
FEATURE_DESCRIPTION = "🌤️ 天气查询功能 [天气]"
FEATURE_DESCRIPTION = "🌤️ 天气查询 [上海天气, 天气上海]"
@property
def name(self) -> str: