fix plugin name

This commit is contained in:
thsrite
2024-03-17 12:47:28 +08:00
parent 3de22ac316
commit 51254e2b97
2 changed files with 2 additions and 2 deletions

View File

@@ -407,7 +407,7 @@
"author": "DzAvril",
"level": 1
},
"TrCommond": {
"TrCommand": {
"name": "TR远程操作",
"description": "通过定时任务或交互命令远程操作TR暂停/开始/限速等。",
"version": "1.1",

View File

@@ -10,7 +10,7 @@ from app.core.event import eventmanager, Event
import time
class TrCommond(_PluginBase):
class TrCommand(_PluginBase):
# 插件名称
plugin_name = "TR远程操作"
# 插件描述