支持 passkey 下载种子

This commit is contained in:
xiaomlove
2021-06-10 12:00:51 +08:00
parent 4b5e223498
commit 08617de9a8
5 changed files with 23 additions and 6 deletions
+2
View File
@@ -710,6 +710,8 @@ $lang_settings = array
'text_sticky_first_level_background_color_note' => 'Sticky first level bg color, it will be none if not set.',
'row_sticky_second_level_background_color' => 'Sticky second level bg color',
'text_sticky_second_level_background_color_note' => 'Sticky second level bg color, it will be none if not set.',
'row_download_support_passkey' => 'Support download by passkey',
'text_download_support_passkey_note' => 'Support download torrent file by passkey or not(also require torrent id).',
);
?>