Detect if IP is SeedBox

This commit is contained in:
xiaomlove
2024-11-22 01:37:57 +08:00
parent c864a34412
commit c537ebc1a2
10 changed files with 77 additions and 6 deletions
+2
View File
@@ -118,6 +118,8 @@ return [
],
'seed_box_record' => [
'toggle_status' => '更改狀態',
'check_modal_btn' => '檢測',
'check_modal_header' => '檢測 IP 是否為 SeedBox',
],
'tag' => [
'detach_torrents' => '分離所有種子',
+2
View File
@@ -14,4 +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_no' => '此 IP 不是 SeedBox',
];