Skip to content

Commit

Permalink
docs: Add Fund Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Nov 5, 2023
1 parent a59ca81 commit 02ec963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion vitepress/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ layout: doc
<script setup>
import { VPTeamMembers } from 'vitepress/theme'
const emailIcon = '<svg viewBox="0.48 0.48 23.04 23.04"><path fill="none" d="M0 0h24v24H0z"></path><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"></path></svg>'
const moneyIcon = '<svg viewBox="0 0 24 24" ><path fill="none" d="M0 0h24v24H0z"></path><path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm1-9v-1h3v-2h-2.586l2.122-2.121-1.415-1.415L12 8.586 9.879 6.464 8.464 7.88 10.586 10H8v2h3v1H8v2h3v2h2v-2h3v-2h-3z"></path></svg>'

const members = [
{
Expand All @@ -15,7 +16,8 @@ const members = [
title: '发起者',
links: [
{ icon: 'github', link: 'https://github.com/Pylogmon' },
{ icon: {svg: emailIcon }, link:'mailto:[email protected]' }
{ icon: {svg: emailIcon }, link:'mailto:[email protected]' },
{ icon: {svg: moneyIcon }, link:'https://afdian.net/a/pylogmon' }
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion vitepress/en/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ layout: doc
<script setup>
import { VPTeamMembers } from 'vitepress/theme'
const emailIcon = '<svg viewBox="0.48 0.48 23.04 23.04"><path fill="none" d="M0 0h24v24H0z"></path><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"></path></svg>'
const moneyIcon = '<svg viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"></path><path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.5-8v2H11v2h2v-2h1a2.5 2.5 0 100-5h-4a.5.5 0 110-1h5.5V8H13V6h-2v2h-1a2.5 2.5 0 000 5h4a.5.5 0 110 1H8.5z"></path></svg>'

const members = [
{
Expand All @@ -15,7 +16,8 @@ const members = [
title: 'Creator',
links: [
{ icon: 'github', link: 'https://github.com/Pylogmon' },
{ icon: {svg: emailIcon }, link:'mailto:[email protected]' }
{ icon: {svg: emailIcon }, link:'mailto:[email protected]' },
{ icon: {svg: moneyIcon }, link:'https://afdian.net/a/pylogmon' }
]
},
{
Expand Down

0 comments on commit 02ec963

Please sign in to comment.