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 => 'Global',
'reached_by_seed_time_comment' => 'Up to:nowseed time: :seed_time Hour(s) reached :seed_time_minimum Hour(s)',
'reached_by_leech_time_comment' => 'Up to:nowleech time: :leech_time Hour(s) reached :leech_time_minimum Hour(s)',
'reached_by_share_ratio_comment' => "Up to:now \nseed time: :seed_time Hour(s) Unreached :seed_time_minimum Hour(s) \nShare ratio: :share_ratio reached standard:ignore_when_ratio_reach",
'reached_by_special_user_class_comment' => "Your user class: :user_class_text or donated user, ignore this H&R",
'reached_message_subject' => 'H&R(ID: :hit_and_run_id) reached!',

View File

@@ -82,6 +82,8 @@ return [
'inspect_time_help' => 'The duration of the examination is calculated from the completion of the download, in hours',
'seed_time_minimum' => 'Seed time minimum',
'seed_time_minimum_help' => 'The shortest time to do the seeds to meet the standard, in hours, must be less than the length of the expedition',
'leech_time_minimum' => 'Leech time minimum',
'leech_time_minimum_help' => 'The minimum download time required to meet the standard, in hours, must be less than the length of the expedition. Set to 0 to disable',
'ignore_when_ratio_reach' => 'Achievement Sharing Rate',
'ignore_when_ratio_reach_help' => 'The minimum sharing rate to meet the standard',
'ban_user_when_counts_reach' => 'H&R counts limit',