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