From 7f78a34684600183249ddcb1da1e9d983919097d Mon Sep 17 00:00:00 2001 From: RealLanta Date: Tue, 27 Jun 2023 15:02:26 +0800 Subject: [PATCH] Update teammates list(June 27,2023) --- ArbitrarilyTong/About/TeamMates.md | 46 +++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/ArbitrarilyTong/About/TeamMates.md b/ArbitrarilyTong/About/TeamMates.md index 5ad166b..343e077 100644 --- a/ArbitrarilyTong/About/TeamMates.md +++ b/ArbitrarilyTong/About/TeamMates.md @@ -7,7 +7,13 @@ const members = [ name: 'RealLanta', title: '主要开发者', links: [ - { icon: 'github', link: 'https://github.com/RealLanta' } + { icon: 'github', link: 'https://github.com/RealLanta' }, + { + icon: { + svg: '', + }, + link: 'http://www.coolapk.com/u/14593435' + } ] }, { @@ -20,7 +26,7 @@ const members = [ icon: { svg: 'Telegram', }, - link: 'https://github.com/easterNday' + link: 'https://t.me/EasternDay' } ] }, @@ -37,7 +43,24 @@ const members = [ name: 'AritxOnly', title: '音乐人', links: [ - { icon: 'github', link: 'https://github.com/azxkenzo' } + { + icon: { + svg: 'Bilibili', + }, + link: 'https://space.bilibili.com/283375530' + }, + { + icon: { + svg: '', + }, + link: 'https://music.163.com/#/artist?id=34279798' + }, + { + icon: { + svg: '', + }, + link: 'http://www.coolapk.com/u/1957498' + } ] }, { @@ -45,7 +68,22 @@ const members = [ name: 'RespectOWl', title: '设计师', links: [ - { icon: 'github', link: 'https://github.com/azxkenzo' } + { + icon: 'twitter', + link: 'https://twitter.com/owl68666984' + }, + { + icon: { + svg: 'Telegram', + }, + link: 'https://t.me/respectowl' + }, + { + icon: { + svg: '', + }, + link: 'http://www.coolapk.com/u/2836376' + } ] }, ]