-
Notifications
You must be signed in to change notification settings - Fork 25
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
2 changed files
with
6 additions
and
2 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 @@ 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 = [ | ||
{ | ||
|
@@ -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' } | ||
] | ||
}, | ||
{ | ||
|
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 @@ 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 = [ | ||
{ | ||
|
@@ -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' } | ||
] | ||
}, | ||
{ | ||
|