release TrCommond

This commit is contained in:
jxxghp
2024-03-14 08:06:44 +08:00
parent c8443d6151
commit 13e2dc2a85
2 changed files with 9 additions and 1 deletions

View File

@@ -406,5 +406,13 @@
"icon": "Qbittorrent_A.png",
"author": "DzAvril",
"level": 1
},
"TrCommond": {
"name": "TR远程操作",
"description": "通过定时任务或交互命令远程操作TR暂停/开始/限速等。",
"version": "1.0",
"icon": "Transmission_A.png",
"author": "Hoey",
"level": 1
}
}

View File

@@ -14,7 +14,7 @@ class TrCommond(_PluginBase):
# 插件名称
plugin_name = "TR远程操作"
# 插件描述
plugin_desc = "通过定时任务或交互命令远程操作TR暂停/开始/限速等"
plugin_desc = "通过定时任务或交互命令远程操作TR暂停/开始/限速等"
# 插件图标
plugin_icon = "Transmission_A.png"
# 插件版本