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

@@ -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]: