Skip to content

Commit

Permalink
feat: 移除 Discord 相關連結,簡化介面
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshino committed Dec 16, 2024
1 parent f2a75c4 commit d970c5e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit d970c5e

Please sign in to comment.