add tag hdr

This commit is contained in:
xiaomlove
2021-04-21 22:04:05 +08:00
parent de95d1dc0a
commit c47de19b2b
4 changed files with 13 additions and 6 deletions

View File

@@ -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 = '';