|
|
@ -124,10 +124,10 @@ class SearchController extends BaseController |
|
|
return ['download', '下载中心']; |
|
|
return ['download', '下载中心']; |
|
|
} |
|
|
} |
|
|
if (isset($sets['video'][$contentId])) { |
|
|
if (isset($sets['video'][$contentId])) { |
|
|
return ['video', '视频']; |
|
|
|
|
|
|
|
|
return ['video', '视频教程']; |
|
|
} |
|
|
} |
|
|
if (isset($sets['announce'][$contentId])) { |
|
|
if (isset($sets['announce'][$contentId])) { |
|
|
return ['announce', '公告']; |
|
|
|
|
|
|
|
|
return ['announce', '产品公告']; |
|
|
} |
|
|
} |
|
|
return ['content', '内容']; |
|
|
return ['content', '内容']; |
|
|
} |
|
|
} |
|
|
|