猛男视频迁移成插件。删除原有逻辑

This commit is contained in:
liuwei
2025-03-19 16:24:42 +08:00
parent ca51ee50ce
commit 15fc732acb
13 changed files with 2 additions and 181 deletions

View File

@@ -2,7 +2,6 @@
enable = true
command = ["插件", "plugin", "插件管理"]
command-format = """
-----Bot-----
🔧插件管理指令:
插件 列表 - 查看所有插件
插件 启用 [插件名] - 启用插件

View File

@@ -314,7 +314,7 @@ class PluginManagerPlugin(MessagePluginInterface):
# 构建插件详情消息
status_text = "✅ 已启用" if plugin.status == PluginStatus.RUNNING else "❌ 已禁用"
message = f"""-----Bot-----
message = f"""
📦 插件详情:{plugin.name}
📝 描述:{plugin.description}
🔢 版本:{plugin.version}