动态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

@@ -17,7 +17,7 @@ class BeautyLegPlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "BEAUTY_LEG"
FEATURE_DESCRIPTION = "👠 美腿图片功能 [美腿, 腿来]"
FEATURE_DESCRIPTION = "🦵 腿来能力 [美腿, 腿来]"
@property
def name(self) -> str:

View File

@@ -31,7 +31,7 @@ class DifyPlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "AI_CAPABILITY"
FEATURE_DESCRIPTION = "🤖 AI聊天功能 [ai, dify, 聊天, AI]"
FEATURE_DESCRIPTION = "🤖 AI对话 [ai, 聊天, AI] 用法ai 如何写一个机器人?"
@property
def name(self) -> str:

View File

@@ -21,7 +21,7 @@ class GameTaskPlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "TASK_GAME"
FEATURE_DESCRIPTION = "🎮 百科问答功能 [/t, /a, /s, /r, /l, /h]"
FEATURE_DESCRIPTION = "📚 百科答题 [/t, /s, /a 任务ID 答案]"
@property
def feature_key(self) -> Optional[str]:

View File

@@ -78,7 +78,7 @@ class GuessSongPlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "GUESS_MUSIC"
FEATURE_DESCRIPTION = "🎵 猜歌名游戏 [猜歌名]"
FEATURE_DESCRIPTION = "🎤 猜歌名游戏 [猜歌名 - 开始 | 猜歌名 歌手名 - 指定歌手 | 猜歌名 歌名 - 提交答案]"
@property
def name(self) -> str:

View File

@@ -25,7 +25,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "SUMMARY_CAPABILITY"
FEATURE_DESCRIPTION = "📝 群总结能 [总结]"
FEATURE_DESCRIPTION = "📝 群总结能 [#总结]"
@property
def name(self) -> str:

View File

@@ -16,7 +16,7 @@ class RobotMenuPlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "ROBOT_MENU"
FEATURE_DESCRIPTION = "📋 功能菜单 [菜单, 功能]"
FEATURE_DESCRIPTION = "📋 功能菜单 [菜单 - 显示功能菜单 | 菜单 状态 - 显示功能状态]"
@property
def name(self) -> str:

View File

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

View File

@@ -20,7 +20,7 @@ class XiurenImagePlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "XIUREN_IMAGE"
FEATURE_DESCRIPTION = "🖼️ 秀人图片功能 [秀人]"
FEATURE_DESCRIPTION = "🖼️ 图来能力 [图来, 秀人]"
@property
def name(self) -> str: