From 406374506f2f1dc592da3a8fbde5fea386d9cec0 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 8 Aug 2023 15:34:21 +0800 Subject: [PATCH] fix TorrentTransfer --- app/plugins/torrenttransfer/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/plugins/torrenttransfer/__init__.py b/app/plugins/torrenttransfer/__init__.py index 697a3c9b..fa26d4be 100644 --- a/app/plugins/torrenttransfer/__init__.py +++ b/app/plugins/torrenttransfer/__init__.py @@ -274,7 +274,7 @@ class TorrentTransfer(_PluginBase): 'component': 'VTextField', 'props': { 'model': 'fromtorrentpath', - 'label': '种子文件路径', + 'label': '源下载器种子文件路径', 'placeholder': 'BT_backup、torrents' } } @@ -291,7 +291,7 @@ class TorrentTransfer(_PluginBase): 'component': 'VTextField', 'props': { 'model': 'frompath', - 'label': '数据文件根路径', + 'label': '源数据文件根路径', 'placeholder': '根路径,留空不进行路径转换' } } @@ -332,7 +332,7 @@ class TorrentTransfer(_PluginBase): 'component': 'VTextField', 'props': { 'model': 'topath', - 'label': '数据文件根路径', + 'label': '目的数据文件根路径', 'placeholder': '根路径,留空不进行路径转换' } }