H&R: add reach by leech time

This commit is contained in:
xiaomlove
2025-07-18 12:17:15 +07:00
parent 0cf44d26af
commit 84b554f102
9 changed files with 39 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ return [
'mode_' . \App\Models\HitAndRun::MODE_GLOBAL => '全局',
'reached_by_seed_time_comment' => '截止::now做種時間: :seed_time Hour(s) 已達標 :seed_time_minimum Hour(s)',
'reached_by_leech_time_comment' => '截止::now下載時間: :leech_time Hour(s) 已達標 :leech_time_minimum Hour(s)',
'reached_by_share_ratio_comment' => "截止::now \n做種時間: :seed_time Hour(s) 未達標 :seed_time_minimum Hour(s) \n分享率: :share_ratio 達忽略標準::ignore_when_ratio_reach",
'reached_by_special_user_class_comment' => "你是::user_class_text 或捐贈用戶,無視此 H&R",
'reached_message_subject' => 'H&R(ID: :hit_and_run_id) 已達標!',

View File

@@ -82,6 +82,8 @@ return [
'inspect_time_help' => '考察時長自下載完成後開始計算,單位:小時',
'seed_time_minimum' => '達標做種時長',
'seed_time_minimum_help' => '達標的最短做種時長,單位:小時,必須小於考察時長',
'leech_time_minimum' => '達標下載時長',
'leech_time_minimum_help' => '達標的最短下載時長,單位:小時,必須小於考察時長。設置爲 0 不啓用',
'ignore_when_ratio_reach' => '達標分享率',
'ignore_when_ratio_reach_help' => '達標的最小分享率',
'ban_user_when_counts_reach' => 'H&R 數量上限',