mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-10 19:47:28 +08:00
17 lines
598 B
PHP
17 lines
598 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => '考核名称',
|
|
'index' => '考核指标',
|
|
'time_range' => '考核时间',
|
|
'index_text_' . \App\Models\Exam::INDEX_UPLOADED => '上传量',
|
|
'index_text_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => '平均做种时间',
|
|
'index_text_' . \App\Models\Exam::INDEX_DOWNLOADED => '下载量',
|
|
'index_text_' . \App\Models\Exam::INDEX_BONUS => '魔力',
|
|
'require_value' => '要求',
|
|
'current_value' => '当前',
|
|
'result' => '结果',
|
|
'result_pass' => '通过!',
|
|
'result_not_pass' => '<bold color="red">未通过!</bold>',
|
|
];
|