From d970c5eea2b31728a9497362fa7f894bc28c71dc Mon Sep 17 00:00:00 2001 From: hanshino Date: Mon, 16 Dec 2024 17:00:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=20Discord=20?= =?UTF-8?q?=E7=9B=B8=E9=97=9C=E9=80=A3=E7=B5=90=EF=BC=8C=E7=B0=A1=E5=8C=96?= =?UTF-8?q?=E4=BB=8B=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/app.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/src/app.js b/app/src/app.js index 1b77712..78eab7a 100644 --- a/app/src/app.js +++ b/app/src/app.js @@ -260,14 +260,6 @@ async function OrderBased(context, { next }) { textColor: "#ffffff", } ), - commonTemplate.genLinkBubble( - "Discord", - pConfig.get("links.discord"), - pConfig.get("color.discord"), - { - textColor: "#ffffff", - } - ), commonTemplate.genLinkBubble( "Github", pConfig.get("links.github"),