add backup and admin dist

This commit is contained in:
xiaomlove
2021-05-02 17:24:05 +08:00
parent a46256e019
commit 1b2a2ecf62
54 changed files with 439 additions and 145 deletions
-12
View File
@@ -317,18 +317,6 @@ $lang_functions = array
'text_invalid' => '非法',
'text_technical_info' => '技术信息',
'text_technical_info_help_text' => '文件技术信息来自软件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用该软件打开文件,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。',
'exam_name' => '考核名称',
'exam_time_range' => '考核时间',
'exam_index' => '考核指标',
'exam_require' => '要求',
'exam_progress_current' => '当前',
'exam_progress_result' => '结果',
'exam_progress_result_pass_yes' => '通过!',
'exam_progress_result_pass_no' => '<bold style="color: red">未通过!</bold>',
'exam_index_' . \App\Models\Exam::INDEX_UPLOADED => '上传量',
'exam_index_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => '平均做种时间',
'exam_index_' . \App\Models\Exam::INDEX_DOWNLOADED => '下载量',
'exam_index_' . \App\Models\Exam::INDEX_BONUS => '魔力值',
);
?>
-12
View File
@@ -318,18 +318,6 @@ $lang_functions = array
'text_invalid' => '非法',
'text_technical_info' => '技術信息',
'text_technical_info_help_text' => '文件技術信息來自軟件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。',
'exam_name' => '考核名稱',
'exam_time_range' => '考核時間',
'exam_index' => '考核指標',
'exam_require' => '要求',
'exam_progress_current' => '當前',
'exam_progress_result' => '結果',
'exam_progress_result_pass_yes' => '通過!',
'exam_progress_result_pass_no' => '<bold style="color: red">未通過!</bold>',
'exam_index_' . \App\Models\Exam::INDEX_UPLOADED => '上傳量',
'exam_index_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => '平均做種時間',
'exam_index_' . \App\Models\Exam::INDEX_DOWNLOADED => '下載量',
'exam_index_' . \App\Models\Exam::INDEX_BONUS => '魔力值',
);
?>
-12
View File
@@ -319,18 +319,6 @@ $lang_functions = array
'text_invalid' => 'Invalid',
'text_technical_info' => 'Technical Info',
'text_technical_info_help_text' => 'Technical Information comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, click the view menu > text > right click in the box > select all > copy > past into this box.',
'exam_name' => 'Exam Name',
'exam_time_range' => 'Exam Time',
'exam_index' => 'Exam Index',
'exam_require' => 'Require',
'exam_progress_current' => 'Current',
'exam_progress_result' => 'Result',
'exam_progress_result_pass_yes' => 'Pass!',
'exam_progress_result_pass_no' => '<bold style="color: red">Not Pass!</bold>',
'exam_index_' . \App\Models\Exam::INDEX_UPLOADED => 'Uploaded',
'exam_index_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => 'Seed Time Average',
'exam_index_' . \App\Models\Exam::INDEX_DOWNLOADED => 'Downloaded',
'exam_index_' . \App\Models\Exam::INDEX_BONUS => 'Bonus',
);
?>