Commit 35668829 authored by 吕祺's avatar 吕祺 ⛹🏽

fix warn article date url

parent 3077deae
...@@ -177,7 +177,7 @@ export class Header extends React.PureComponent { ...@@ -177,7 +177,7 @@ export class Header extends React.PureComponent {
ronghuiEN ronghuiEN
)} )}
{this.genLink(en, curPage + '.html', 'news.html', news, newsEN)} {this.genLink(en, curPage + '.html', 'news.html', news, newsEN)}
{this.genLink(en, curPage + '.html', 'post.html', warn, warnEN, {t: "news", d: "20210514014133435"}, true)} {this.genLink(en, curPage + '.html', 'post.html', warn, warnEN, {t: "news", d: "20240124014133435"}, true)}
{!collapse && en !== null && ( {!collapse && en !== null && (
<span <span
className={classnames({ className={classnames({
......
...@@ -396,9 +396,9 @@ collections: ...@@ -396,9 +396,9 @@ collections:
sortable_fields: ['type', 'title','createDate', 'highLight','source'] sortable_fields: ['type', 'title','createDate', 'highLight','source']
create: true create: true
view_filters: view_filters:
- label: "技术" - label: "科技"
field: type field: type
pattern: '技术' pattern: '科技'
- label: '新消费' - label: '新消费'
field: type field: type
pattern: '新消费' pattern: '新消费'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment