'电影' => 'movie', '电视剧' => 'tv', '连续剧' => 'tv', '动漫' => 'anime', '综艺' => 'variety', '短剧' => 'short', ); if (!function_exists('st48_nav_ico')) { function st48_nav_ico($key) { $a = 'class="st48-nav-ico" width="18" height="18" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"'; switch ((string) $key) { case 'home': return ''; case 'movie': return ''; case 'tv': return ''; case 'short': return ''; case 'anime': return ''; case 'variety': return ''; default: return ''; } } } ?>