mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
add tag hdr
This commit is contained in:
@@ -4484,19 +4484,23 @@ function torrentTags($tags = 0, $type = 'checkbox')
|
||||
],
|
||||
[
|
||||
'text' => $lang_functions['text_tag_official'],
|
||||
'color' => '#2F7DB8',
|
||||
'color' => '#0000ff',
|
||||
],
|
||||
[
|
||||
'text' => $lang_functions['text_tag_diy'],
|
||||
'color' => '#787878',
|
||||
'color' => '#46d5ff',
|
||||
],
|
||||
[
|
||||
'text' => $lang_functions['text_tag_mother_language'],
|
||||
'color' => '#FFAA32',
|
||||
'color' => '#6a3906',
|
||||
],
|
||||
[
|
||||
'text' => $lang_functions['text_tag_mother_language_subtitle'],
|
||||
'color' => '#91B493',
|
||||
'color' => '#006400',
|
||||
],
|
||||
[
|
||||
'text' => $lang_functions['text_tag_hdr'],
|
||||
'color' => '#38b03f',
|
||||
],
|
||||
];
|
||||
$html = '';
|
||||
|
||||
@@ -309,9 +309,10 @@ $lang_functions = array
|
||||
'text_tag_no_release_to_any_other' => '禁转',
|
||||
'text_tag_first_release' => '首发',
|
||||
'text_tag_official' => '官方',
|
||||
'text_tag_diy' => '自制',
|
||||
'text_tag_diy' => 'DIY',
|
||||
'text_tag_mother_language' => '国语',
|
||||
'text_tag_mother_language_subtitle' => '中字',
|
||||
'tag_hdr' => 'HDR',
|
||||
'text_required' => '不能为空',
|
||||
'text_invalid' => '非法',
|
||||
'text_technical_info' => '技术信息',
|
||||
|
||||
@@ -310,9 +310,10 @@ $lang_functions = array
|
||||
'text_tag_no_release_to_any_other' => '禁轉',
|
||||
'text_tag_first_release' => '首發',
|
||||
'text_tag_official' => '官方',
|
||||
'text_tag_diy' => '自制',
|
||||
'text_tag_diy' => 'DIY',
|
||||
'text_tag_mother_language' => '國語',
|
||||
'text_tag_mother_language_subtitle' => '中字',
|
||||
'tag_hdr' => 'HDR',
|
||||
'text_required' => '不能為空',
|
||||
'text_invalid' => '非法',
|
||||
'text_technical_info' => '技術信息',
|
||||
|
||||
@@ -314,6 +314,7 @@ $lang_functions = array
|
||||
'text_tag_diy' => 'DIY',
|
||||
'text_tag_mother_language' => 'Mother language',
|
||||
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
|
||||
'tag_hdr' => 'HDR',
|
||||
'text_required' => 'Required',
|
||||
'text_invalid' => 'Invalid',
|
||||
'text_technical_info' => 'Technical Info',
|
||||
|
||||
Reference in New Issue
Block a user