mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
refactor isSeedBox judgement
This commit is contained in:
@@ -278,7 +278,7 @@ return [
|
||||
'ip' => 'IP(段)',
|
||||
'ip_begin' => '起始 IP',
|
||||
'ip_end' => '結束 IP',
|
||||
'ip_help' => '填寫ASN/起始 IP + 結束 IP/IP(段),不要同時填寫',
|
||||
'ip_help' => '填寫IP地址或ASN,不要同時填寫',
|
||||
'status' => '狀態',
|
||||
'is_allowed' => '是否白名單',
|
||||
'is_allowed_help' => '位於白名單中的 IP 不受 SeedBox 規則影響',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'SeedBox 記錄狀態變更',
|
||||
'body' => '你的 ID 為 :id 的 SeedBox 記錄狀態被 :operator 由 :old_status 變更為 :new_status。原因::reason',
|
||||
],
|
||||
'is_seed_box_yes' => '此 IP 是 SeedBox, 由 ID 為 :id 的記錄確定',
|
||||
'is_seed_box_yes' => '此 IP 是 SeedBox',
|
||||
'is_seed_box_no' => '此 IP 不是 SeedBox',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user