From b7eb733164394a2206e0797cae47cd02d7baf2f9 Mon Sep 17 00:00:00 2001 From: nudoragon Date: Wed, 6 May 2026 17:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0linktree=E9=A0=85=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 62 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 16 deletions(-) diff --git a/config.js b/config.js index 5dfea10..3e44884 100644 --- a/config.js +++ b/config.js @@ -12,45 +12,75 @@ const CONFIG = { copyrightYear: 2026 }, links: [ - { - title: "聯絡我", - desc: "透過電子郵件與我聯繫", - url: "mailto:a@z.nudoragon.com", - icon: "fas fa-envelope", - delay: "0.1s", - category: "contact", - visible: true, - order: 1 - }, + { + title: "聯絡我", + desc: "透過電子郵件與我聯繫", + url: "mailto:a@z.nudoragon.com", + icon: "fas fa-envelope", + delay: "0.1s", + category: "contact", + visible: true, + order: 1 + }, + { + title: "Element (Matrix)", + desc: "透過 Matrix 協議與我通訊(server:matrix.nudoragon.com)", + url: "https://element.nudoragon.com", + icon: "fas fa-comments", + delay: "0.2s", + category: "contact", + visible: true, + order: 2 + }, { title: "個人部落格", desc: "分享技術開發與生活紀錄", url: "https://blog.nudoragon.com", icon: "fas fa-blog", - delay: "0.2s", + delay: "0.3s", category: "content", visible: true, - order: 2 + order: 3 }, { title: "Gitea", desc: "查看我的開源專案與代碼", url: "https://code.nudoragon.com", icon: "fas fa-code-branch", - delay: "0.3s", + delay: "0.4s", category: "development", visible: true, - order: 3 + order: 4 + }, + { + title: "系統狀態", + desc: "監控各項服務運行狀況", + url: "https://status.nudoragon.com", + icon: "fas fa-heartbeat", + delay: "0.5s", + category: "service", + visible: true, + order: 5 + }, + { + title: "NudoAuth 透透龍女", + desc: "統一身份認證與授權服務", + url: "https://auth.nudoragon.com", + icon: "fas fa-user-shield", + delay: "0.6s", + category: "service", + visible: true, + order: 6 }, { title: "Stickers 模組", desc: "我開發的貼圖服務系統", url: "https://stickers.example.com", icon: "fas fa-code", - delay: "0.4s", + delay: "0.7s", category: "development", visible: false, - order: 4 + order: 7 } ], socials: [