修正delay
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user