From 308c31408a8cd90604210e20a3fb7a51521be2be Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 19 Mar 2024 00:32:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(theme):=20=E6=96=B0=E5=A2=9E=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E7=A4=BE=E4=BA=A4=E5=9B=BE=E6=A0=87=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/src/client/utils/socialIcons.ts | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/theme/src/client/utils/socialIcons.ts b/theme/src/client/utils/socialIcons.ts index 616c0931..e235c966 100644 --- a/theme/src/client/utils/socialIcons.ts +++ b/theme/src/client/utils/socialIcons.ts @@ -21,9 +21,26 @@ export const icons = { x: 'X', youtube: 'YouTube', - qq: 'QQ', + qq: + 'QQ', weibo: - 'weibo', + '新浪微博', bilibili: 'bilibili', + gitlab: + 'GitLab', + docker: + 'Docker', + juejin: + '掘金', + zhihu: + '知乎', + douban: + '豆瓣', + steam: + 'Steam', + stackoverflow: + 'StackOverflow', + xbox: + 'Xbox', } as const