This commit is contained in:
toom1996
2025-07-25 18:43:51 +08:00
parent 915f457afd
commit b052b5a547
3 changed files with 7 additions and 4 deletions

View File

@ -10,8 +10,11 @@ main {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.color-red {
color: #e94c3d !important;
}
.gray { .gray, .color-gray {
color: #999; color: #999;
} }

View File

@ -5,7 +5,7 @@ import '../assets/css/theme-style.css'
const config = getConfig(Astro) const config = getConfig(Astro)
const { const {
desc = '霍尔果斯飞驰广告传媒有限公司是一家充满活力和创新精神的互联网企业,专注于为客户提供卓越的数字化解决方案。我们秉承以客户为中心的理念,致力于通过创新技术和策略,助力企业实现数字化转型与品牌升级,共同开创更加美好的未来。', desc = '霍尔果斯飞驰广告传媒有限公司是一家充满活力和创新精神的互联网企业,专注于为客户提供卓越的数字化解决方案。我们秉承以客户为中心的理念,致力于通过创新技术和策略,助力企业实现数字化转型与品牌升级,共同开创更加美好的未来。',
title = '飞驰营销网', title = '霍尔果斯飞驰广告传媒有限公司',
keywords = '霍尔果斯霍尔果斯飞驰广告传媒有限公司,霍尔果斯飞驰,飞驰营销网', keywords = '霍尔果斯霍尔果斯飞驰广告传媒有限公司,霍尔果斯飞驰,飞驰营销网',
bytedance = '' bytedance = ''
} = Astro.props } = Astro.props

View File

@ -79,8 +79,8 @@ const bytedanceData = formatDate(data.created_at)
<h1 class="title" title={data.title}>{data.title}</h1> <h1 class="title" title={data.title}>{data.title}</h1>
<div class="meta"> <div class="meta">
<span class="meta-pub">{data.created_at}</span> <span class="meta-pub">{data.created_at}</span>
<a href={data.column_tag_url}><span>#{data.column_tag}</span></a> <a href={data.column_tag_url}><span class="color-red">#{data.column_tag}</span></a>
<a href={data.second_column_tag_url}><span>#{data.second_column_tag}</span></a> <a href={data.column_tag_url + data.second_column_tag_url}><span class="color-red">#{data.second_column_tag}</span></a>
</div> </div>
</header> </header>
<article class="news-detail-content"> <article class="news-detail-content">