From 13e2dc2a85f83cafe34771681ba232174586a83f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 14 Mar 2024 08:06:44 +0800 Subject: [PATCH] release TrCommond --- package.json | 8 ++++++++ plugins/trcommand/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 85f6503..45c2418 100644 --- a/package.json +++ b/package.json @@ -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 } } diff --git a/plugins/trcommand/__init__.py b/plugins/trcommand/__init__.py index 1efdc42..914402e 100644 --- a/plugins/trcommand/__init__.py +++ b/plugins/trcommand/__init__.py @@ -14,7 +14,7 @@ class TrCommond(_PluginBase): # 插件名称 plugin_name = "TR远程操作" # 插件描述 - plugin_desc = "通过定时任务或交互命令远程操作TR暂停/开始/限速等" + plugin_desc = "通过定时任务或交互命令远程操作TR暂停/开始/限速等。" # 插件图标 plugin_icon = "Transmission_A.png" # 插件版本