From c1dcd66bc89745e1f927b063602a62df54a0c06d Mon Sep 17 00:00:00 2001 From: so1ve Date: Wed, 5 Feb 2025 13:12:06 +0800 Subject: [PATCH 1/2] feat(torrenttransfer.v2): improve ui --- plugins.v2/torrenttransfer/__init__.py | 38 +++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/plugins.v2/torrenttransfer/__init__.py b/plugins.v2/torrenttransfer/__init__.py index 5c2637f..d425ea1 100644 --- a/plugins.v2/torrenttransfer/__init__.py +++ b/plugins.v2/torrenttransfer/__init__.py @@ -204,7 +204,7 @@ class TorrentTransfer(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'md': 4 + 'md': 3 }, 'content': [ { @@ -220,7 +220,7 @@ class TorrentTransfer(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'md': 4 + 'md': 3 }, 'content': [ { @@ -236,7 +236,7 @@ class TorrentTransfer(_PluginBase): 'component': 'VCol', 'props': { 'cols': 12, - 'md': 4 + 'md': 3 }, 'content': [ { @@ -247,6 +247,22 @@ class TorrentTransfer(_PluginBase): } } ] + }, + { + 'component': 'VCol', + 'props': { + 'cols': 12, + 'md': 3 + }, + 'content': [ + { + 'component': 'VSwitch', + 'props': { + 'model': 'onlyonce', + 'label': '立即运行一次', + } + } + ] } ] }, @@ -513,22 +529,6 @@ class TorrentTransfer(_PluginBase): } } ] - }, - { - 'component': 'VCol', - 'props': { - 'cols': 12, - 'md': 3 - }, - 'content': [ - { - 'component': 'VSwitch', - 'props': { - 'model': 'onlyonce', - 'label': '立即运行一次', - } - } - ] } ] } From e02470e70d421ec0e305215ea5c98bffde17bd47 Mon Sep 17 00:00:00 2001 From: so1ve Date: Wed, 5 Feb 2025 13:14:15 +0800 Subject: [PATCH 2/2] chore: update version --- package.v2.json | 3 ++- plugins.v2/torrenttransfer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.v2.json b/package.v2.json index 4b5d4bb..fcb2207 100644 --- a/package.v2.json +++ b/package.v2.json @@ -104,11 +104,12 @@ "name": "自动转移做种", "description": "定期转移下载器中的做种任务到另一个下载器。", "labels": "做种", - "version": "1.10", + "version": "1.10.1", "icon": "seed.png", "author": "jxxghp", "level": 2, "history": { + "v1.10.1": "优化“立即运行一次”按钮位置", "v1.10": "支持跳过校验(仅支持 qBittorrent)", "v1.9": "优化执行周期输入,需要MoviePilot v2.2.1+", "v1.8": "支持qbittorrent 5", diff --git a/plugins.v2/torrenttransfer/__init__.py b/plugins.v2/torrenttransfer/__init__.py index d425ea1..b1cafba 100644 --- a/plugins.v2/torrenttransfer/__init__.py +++ b/plugins.v2/torrenttransfer/__init__.py @@ -28,7 +28,7 @@ class TorrentTransfer(_PluginBase): # 插件图标 plugin_icon = "seed.png" # 插件版本 - plugin_version = "1.10" + plugin_version = "1.10.1" # 插件作者 plugin_author = "jxxghp" # 作者主页