From e662d70fd9495b1a0410ec2b2169bd47b5ea5a8b Mon Sep 17 00:00:00 2001 From: nudoragon Date: Wed, 11 Mar 2026 02:00:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3delay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 9 +++++---- index.html | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index e343903..5dfea10 100644 --- a/config.js +++ b/config.js @@ -8,6 +8,7 @@ const CONFIG = { name: "nudoragon", bio: "設計與開發的探索者 | 建立數位世界的連結", avatar: "avatar.png", // 已從部落格擷取 + favicon: "avatar.png", // 使用與 avatar 相同的圖片作為 favicon copyrightYear: 2026 }, links: [ @@ -16,7 +17,7 @@ const CONFIG = { desc: "透過電子郵件與我聯繫", url: "mailto:a@z.nudoragon.com", icon: "fas fa-envelope", - delay: "0.4s", + delay: "0.1s", category: "contact", visible: true, order: 1 @@ -26,7 +27,7 @@ const CONFIG = { desc: "分享技術開發與生活紀錄", url: "https://blog.nudoragon.com", icon: "fas fa-blog", - delay: "0.1s", + delay: "0.2s", category: "content", visible: true, order: 2 @@ -36,7 +37,7 @@ const CONFIG = { desc: "查看我的開源專案與代碼", url: "https://code.nudoragon.com", icon: "fas fa-code-branch", - delay: "0.2s", + delay: "0.3s", category: "development", visible: true, order: 3 @@ -46,7 +47,7 @@ const CONFIG = { desc: "我開發的貼圖服務系統", url: "https://stickers.example.com", icon: "fas fa-code", - delay: "0.3s", + delay: "0.4s", category: "development", visible: false, order: 4 diff --git a/index.html b/index.html index f55007d..13e4401 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ nudoragon | 個人連結 + @@ -44,6 +45,9 @@