This commit is contained in:
toom1996
2025-07-08 17:22:56 +08:00
parent b7b16e8dd0
commit 4de2751dd0
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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: {