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
|
||||
},
|
||||
{
|
||||
title: "Element (Matrix)",
|
||||
desc: "透過 Matrix 協議與我通訊(@nudoragon:matrix.nudoragon.com)",
|
||||
url: "https://element.nudoragon.com",
|
||||
icon: "fas fa-comments",
|
||||
title: "NudoAuth 透透龍女",
|
||||
desc: "統一身份認證與授權服務",
|
||||
url: "https://auth.nudoragon.com",
|
||||
icon: "fas fa-user-shield",
|
||||
delay: "0.2s",
|
||||
category: "contact",
|
||||
category: "service",
|
||||
visible: true,
|
||||
order: 2
|
||||
},
|
||||
{
|
||||
title: "個人部落格",
|
||||
title: "NudoBlog - 小透明龍女的部落格",
|
||||
desc: "分享技術開發與生活紀錄",
|
||||
url: "https://blog.nudoragon.com",
|
||||
icon: "fas fa-blog",
|
||||
@@ -43,44 +43,64 @@ const CONFIG = {
|
||||
order: 3
|
||||
},
|
||||
{
|
||||
title: "Gitea",
|
||||
desc: "查看我的開源專案與代碼",
|
||||
url: "https://code.nudoragon.com",
|
||||
icon: "fas fa-code-branch",
|
||||
title: "Stickers CDN 模組",
|
||||
desc: "龍女開發的貼圖服務系統",
|
||||
url: "https://stickers.nudoragon.com",
|
||||
icon: "fas fa-code",
|
||||
delay: "0.4s",
|
||||
category: "development",
|
||||
visible: true,
|
||||
order: 4
|
||||
},
|
||||
{
|
||||
title: "系統狀態",
|
||||
desc: "監控各項服務運行狀況",
|
||||
url: "https://status.nudoragon.com",
|
||||
icon: "fas fa-heartbeat",
|
||||
title: "Nudoragon's Element (Matrix)",
|
||||
desc: "透過 Matrix 協議與龍女通訊(@nudoragon:matrix.nudoragon.com)",
|
||||
url: "https://element.nudoragon.com",
|
||||
icon: "fas fa-comments",
|
||||
delay: "0.5s",
|
||||
category: "service",
|
||||
category: "contact",
|
||||
visible: true,
|
||||
order: 5
|
||||
},
|
||||
{
|
||||
title: "NudoAuth 透透龍女",
|
||||
desc: "統一身份認證與授權服務",
|
||||
url: "https://auth.nudoragon.com",
|
||||
icon: "fas fa-user-shield",
|
||||
title: "Nudoragon's Code (Gitea)",
|
||||
desc: "查看龍女的開源專案與代碼",
|
||||
url: "https://code.nudoragon.com",
|
||||
icon: "fas fa-code-branch",
|
||||
delay: "0.6s",
|
||||
category: "service",
|
||||
category: "development",
|
||||
visible: true,
|
||||
order: 6
|
||||
},
|
||||
{
|
||||
title: "Stickers 模組",
|
||||
desc: "我開發的貼圖服務系統",
|
||||
url: "https://stickers.example.com",
|
||||
icon: "fas fa-code",
|
||||
title: "Status of *.nudoragon.com 系統狀態",
|
||||
desc: "監控各項服務運行狀況",
|
||||
url: "https://status.nudoragon.com",
|
||||
icon: "fas fa-heartbeat",
|
||||
delay: "0.7s",
|
||||
category: "development",
|
||||
visible: false,
|
||||
category: "service",
|
||||
visible: true,
|
||||
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: [
|
||||
|
||||
Reference in New Issue
Block a user