-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ hide_table_of_contents: true | |
|
||
import { Icon } from '@iconify/react' | ||
import Comment from '@site/src/components/Comment' | ||
import social from '@site/data/social' | ||
|
||
# 👋 你好! 我是愧怍 | ||
|
||
|
@@ -83,23 +84,27 @@ import Comment from '@site/src/components/Comment' | |
### 联系方式 | ||
|
||
<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}> | ||
<Icon icon="ri:github-line" width="20" heigth="20" />{' '} | ||
<a href="https://github.com/kuizuo">kuizuo</a> | ||
<Icon icon="ri:github-line" width="20" heigth="20" /> | ||
<a href={social.github.href}>kuizuo</a> | ||
</p> | ||
|
||
<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}> | ||
<Icon icon="ri:mail-open-line" width="20" heigth="20" />{' '} | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
<Icon icon="ri:mail-open-line" width="20" heigth="20" /> | ||
<a href={social.email.href}>[email protected]</a> | ||
</p> | ||
|
||
<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}> | ||
<Icon icon="ri:qq-line" width="20" heigth="20" />{' '} | ||
<a href="http://wpa.qq.com/msgrd?v=3&uin=911993023&site=qq&menu=yes">QQ</a> | ||
<Icon icon="ri:qq-line" width="20" heigth="20" /> | ||
<a href={social.qq.href}>QQ</a> | ||
</p> | ||
|
||
<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}> | ||
<Icon icon="ri:twitter-x-line" width="20" heigth="20" />{' '} | ||
<a href="https://twitter.com/kuizuo">kuizuo</a> | ||
<Icon icon="ri:wechat-2-line" width="20" heigth="20" /> | ||
<a href={social.wx.href}>wx</a> | ||
</p> | ||
|
||
<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}> | ||
<Icon icon="ri:twitter-x-line" width="20" heigth="20" /> <a href={social.twitter.href}>kuizuo</a> | ||
</p> | ||
|
||
--- | ||
|
3dee879
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
blog – ./
blog-kuizuo.vercel.app
blog-kuizuo1.vercel.app
kuizuo.cn
blog-git-main-kuizuo1.vercel.app