mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
H&R: add reach by leech time
This commit is contained in:
@@ -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) 已达标!',
|
||||
|
||||
@@ -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 数量上限',
|
||||
|
||||
Reference in New Issue
Block a user