feat: update service list with new entries and reorganized link configurations
This commit is contained in:
72
config.js
72
config.js
@@ -23,17 +23,17 @@ const CONFIG = {
|
|||||||
order: 1
|
order: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Element (Matrix)",
|
title: "NudoAuth 透透龍女",
|
||||||
desc: "透過 Matrix 協議與我通訊(@nudoragon:matrix.nudoragon.com)",
|
desc: "統一身份認證與授權服務",
|
||||||
url: "https://element.nudoragon.com",
|
url: "https://auth.nudoragon.com",
|
||||||
icon: "fas fa-comments",
|
icon: "fas fa-user-shield",
|
||||||
delay: "0.2s",
|
delay: "0.2s",
|
||||||
category: "contact",
|
category: "service",
|
||||||
visible: true,
|
visible: true,
|
||||||
order: 2
|
order: 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "個人部落格",
|
title: "NudoBlog - 小透明龍女的部落格",
|
||||||
desc: "分享技術開發與生活紀錄",
|
desc: "分享技術開發與生活紀錄",
|
||||||
url: "https://blog.nudoragon.com",
|
url: "https://blog.nudoragon.com",
|
||||||
icon: "fas fa-blog",
|
icon: "fas fa-blog",
|
||||||
@@ -43,44 +43,64 @@ const CONFIG = {
|
|||||||
order: 3
|
order: 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Gitea",
|
title: "Stickers CDN 模組",
|
||||||
desc: "查看我的開源專案與代碼",
|
desc: "龍女開發的貼圖服務系統",
|
||||||
url: "https://code.nudoragon.com",
|
url: "https://stickers.nudoragon.com",
|
||||||
icon: "fas fa-code-branch",
|
icon: "fas fa-code",
|
||||||
delay: "0.4s",
|
delay: "0.4s",
|
||||||
category: "development",
|
category: "development",
|
||||||
visible: true,
|
visible: true,
|
||||||
order: 4
|
order: 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "系統狀態",
|
title: "Nudoragon's Element (Matrix)",
|
||||||
desc: "監控各項服務運行狀況",
|
desc: "透過 Matrix 協議與龍女通訊(@nudoragon:matrix.nudoragon.com)",
|
||||||
url: "https://status.nudoragon.com",
|
url: "https://element.nudoragon.com",
|
||||||
icon: "fas fa-heartbeat",
|
icon: "fas fa-comments",
|
||||||
delay: "0.5s",
|
delay: "0.5s",
|
||||||
category: "service",
|
category: "contact",
|
||||||
visible: true,
|
visible: true,
|
||||||
order: 5
|
order: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "NudoAuth 透透龍女",
|
title: "Nudoragon's Code (Gitea)",
|
||||||
desc: "統一身份認證與授權服務",
|
desc: "查看龍女的開源專案與代碼",
|
||||||
url: "https://auth.nudoragon.com",
|
url: "https://code.nudoragon.com",
|
||||||
icon: "fas fa-user-shield",
|
icon: "fas fa-code-branch",
|
||||||
delay: "0.6s",
|
delay: "0.6s",
|
||||||
category: "service",
|
category: "development",
|
||||||
visible: true,
|
visible: true,
|
||||||
order: 6
|
order: 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Stickers 模組",
|
title: "Status of *.nudoragon.com 系統狀態",
|
||||||
desc: "我開發的貼圖服務系統",
|
desc: "監控各項服務運行狀況",
|
||||||
url: "https://stickers.example.com",
|
url: "https://status.nudoragon.com",
|
||||||
icon: "fas fa-code",
|
icon: "fas fa-heartbeat",
|
||||||
delay: "0.7s",
|
delay: "0.7s",
|
||||||
category: "development",
|
category: "service",
|
||||||
visible: false,
|
visible: true,
|
||||||
order: 7
|
order: 7
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "NudoLive",
|
||||||
|
desc: "龍女的直播平台",
|
||||||
|
url: "https://live.nudoragon.com",
|
||||||
|
icon: "fas fa-video",
|
||||||
|
delay: "0.8s",
|
||||||
|
category: "community",
|
||||||
|
visible: true,
|
||||||
|
order: 8
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Nudoragon's Indieauth",
|
||||||
|
desc: "龍女的 Indieauth 認證服務",
|
||||||
|
url: "https://indieauth.nudoragon.com",
|
||||||
|
icon: "fas fa-cloud",
|
||||||
|
delay: "0.9s",
|
||||||
|
category: "service",
|
||||||
|
visible: true,
|
||||||
|
order: 9
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
socials: [
|
socials: [
|
||||||
|
|||||||
Reference in New Issue
Block a user