This commit is contained in:
david 2023-03-19 23:15:03 +08:00
parent f62c765d7d
commit af568b5982
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use app\domain\Config as domainConfig;
*/ */
function IYUU_VERSION(): string function IYUU_VERSION(): string
{ {
return '2.1.18'; return '2.1.19';
} }
/** /**

View File

@ -275,6 +275,7 @@
rule.authkey.visible = true; rule.authkey.visible = true;
break; break;
case 'zhuque': case 'zhuque':
rule.id = true;
rule.cookie.visible = false; rule.cookie.visible = false;
rule.passkey.visible = false; rule.passkey.visible = false;
rule.torrent_key.visible = true; rule.torrent_key.visible = true;