Skip to content

Commit

Permalink
chore: 添加X账号 url
Browse files Browse the repository at this point in the history
  • Loading branch information
giscafer committed Aug 13, 2023
1 parent f6d7945 commit 98f8540
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@

> [giscafer.com](http://giscafer.com)  · 
> GitHub [@giscafer](https://github.com/giscafer)  · 
> Weibo [@Nicky Lao](https://weibo.com/laohoubin)
> Twitter [@Nicky Lao](https://twitter.com/nicky_lao)
4 changes: 2 additions & 2 deletions components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const footerLinks = [
{ name: '旅游地图', url: 'http://map.giscafer.com', target: '_blank' },

{ name: 'Blog', url: '/blog' },
{ name: '语雀', url: 'https://www.yuque.com/giscafer', target: '_blank' },
{ name: 'Twitter', url: 'https://twitter.com/nicky_lao', target: '_blank' },
{ name: '知乎', url: 'https://www.zhihu.com/people/giscafer', target: '_blank' },
{ name: 'About', url: '/about' },
{ name: '微博', url: 'https://weibo.com/laohoubin', target: '_blank' },
{ name: '公众号', url: 'https://giscafer.com/qrcode_for_giscafer.jpg', target: '_blank' },
{ name: 'RSS', url: '/feed.xml', target: '_blank' },
]

Expand Down
2 changes: 1 addition & 1 deletion components/postlist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const PostList = ({ posts, hideImage = false }: PostListProps): JSX.Element => (
{summary !== '查看全文>>' && <p className={styles.summary}>{summary}</p>}

<p className={styles.meta}>
发布于 <time dateTime={publishedAt}>{formatDate(publishedAt)}</time> &middot; 预估阅读 {Math.ceil(readTime.minutes * 3)} 分钟
发布于 <time dateTime={publishedAt}>{formatDate(publishedAt)}</time> &middot; 预估阅读 {Math.ceil(readTime.minutes * 5)} 分钟
</p>
</li>
)
Expand Down
2 changes: 1 addition & 1 deletion pages/blog/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const Post = ({ post, related, githubUser, githubProject }: PostProps): JSX.Elem
<p className={styles.meta}>
发布于 <time dateTime={post.publishedAt}>{formattedPublishDate}</time>
{post.updatedAt ? ` (Updated ${formattedUpdatedDate})` : ''} <span>&middot;</span> 预估阅读{' '}
{Math.ceil(post.readingTime?.minutes * 1.5)} 分钟
{Math.ceil(post.readingTime?.minutes * 3)} 分钟
<HitCounter slug={post.slug} />
</p>
</PageHeader>
Expand Down

1 comment on commit 98f8540

@vercel
Copy link

@vercel vercel bot commented on 98f8540 Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.