临时调整权限模块,备份
This commit is contained in:
@@ -18,6 +18,18 @@ from wechat_ipad import WechatAPIClient
|
||||
class VideoPlugin(MessagePluginInterface):
|
||||
"""视频插件"""
|
||||
|
||||
# 功能权限常量
|
||||
FEATURE_KEY = "VIDEO"
|
||||
FEATURE_DESCRIPTION = "🎥 黑丝视频功能 [黑丝视频, 黑丝, 来个黑丝, 搞个黑丝]"
|
||||
|
||||
@property
|
||||
def feature_key(self) -> Optional[str]:
|
||||
return self.FEATURE_KEY
|
||||
|
||||
@property
|
||||
def feature_description(self) -> Optional[str]:
|
||||
return self.FEATURE_DESCRIPTION
|
||||
|
||||
@property
|
||||
def name(self) -> str:
|
||||
return "黑丝视频"
|
||||
|
||||
Reference in New Issue
Block a user