update
This commit is contained in:
@ -36,7 +36,7 @@ const breadcrumb = [
|
||||
<div class="result-product__items news-archive-items">
|
||||
{
|
||||
data.map(news => (
|
||||
<a href={`/news/${news.id}`} class="result-product__item result-product__item--border">
|
||||
<a href={`/news/${news.id}`} title={news.title} class="result-product__item result-product__item--border">
|
||||
<div class="result-product__content">
|
||||
<span class="result-product__label">{news.created_at}</span>
|
||||
<div class="heading result-product__title">{news.title}</div>
|
||||
|
@ -258,7 +258,7 @@ export const EXTRA_ZHISHIHUISHENG = {
|
||||
name: '公众号'
|
||||
},
|
||||
baijiahao_offical: {
|
||||
address: '',
|
||||
address: 'https://author.baidu.com/home?from=bjh_article&app_id=1830157054553912',
|
||||
name: '百家号'
|
||||
},
|
||||
toutiaohao_offical: {
|
||||
|
Reference in New Issue
Block a user