From 4b82f8b614ec05dfadab08127a4a40560ab92096 Mon Sep 17 00:00:00 2001 From: Yu-huan Kuo Date: Tue, 10 Sep 2024 23:55:03 +0800 Subject: [PATCH] docs: update personal info --- config/links.ts | 16 ++++++------- pages/index.vue | 51 ++++++++++++++++++++++++++--------------- plugins/font-awesome.ts | 22 ++++++++---------- 3 files changed, 51 insertions(+), 38 deletions(-) diff --git a/config/links.ts b/config/links.ts index 66aceb9..23c812f 100644 --- a/config/links.ts +++ b/config/links.ts @@ -24,22 +24,22 @@ export const SOCIAL_LINKS: { key: number, icon: string, href: string }[] = [ }, { key: 1, - icon: 'bitbucket', - href: 'https://bitbucket.org/rnmeow' + icon: 'discord', + href: 'https://discordapp.com/users/636867291782578188' }, { key: 2, - icon: 'whatsapp', - href: 'https://wa.me/qr/U6MQGCSJZICZH1' + icon: 'instagram', + href: 'https://www.instagram.com/khh._.owo' }, { key: 3, - icon: 'telegram', - href: 'https://telegram.me/rnmeow' + icon: 'threads', + href: 'https://www.threads.net/khh._.owo' }, { key: 4, - icon: 'stack-overflow', - href: 'https://stackoverflow.com/users/19172539' + icon: 'telegram', + href: 'https://telegram.me/rnmeow' } ] diff --git a/pages/index.vue b/pages/index.vue index ed24818..2bf36b8 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,29 +1,43 @@