Compare commits

...

2 Commits

Author SHA1 Message Date
5dd1a02a80 修改註釋 2026-03-11 01:46:32 +08:00
36b4a5ac7d 修正順序 2026-03-11 01:42:55 +08:00

View File

@@ -1,5 +1,5 @@
/**
* nudoragon / LCY94 Linktree Configuration
* nudoragon Linktree Configuration
*
* 只需要修改這裡的內容,頁面就會自動更新。
*/
@@ -11,6 +11,16 @@ const CONFIG = {
copyrightYear: 2026
},
links: [
{
title: "聯絡我",
desc: "透過電子郵件與我聯繫",
url: "mailto:a@z.nudoragon.com",
icon: "fas fa-envelope",
delay: "0.4s",
category: "contact",
visible: true,
order: 1
},
{
title: "個人部落格",
desc: "分享技術開發與生活紀錄",
@@ -40,16 +50,6 @@ const CONFIG = {
category: "development",
visible: false,
order: 4
},
{
title: "聯絡我",
desc: "透過電子郵件與我聯繫",
url: "mailto:a@z.nudoragon.com",
icon: "fas fa-envelope",
delay: "0.4s",
category: "contact",
visible: true,
order: 1
}
],
socials: [