fear: 优化站点配置

1. Nav 增加状态
2. 新增一个图标库
3. 优化文档描述
This commit is contained in:
Ad-closeNN
2025-08-09 14:35:49 +08:00
parent 7a423b467a
commit b31aea8e6e
6 changed files with 39 additions and 3 deletions
+15
View File
@@ -63,6 +63,11 @@ export const navBarConfig: NavBarConfig = {
url: "https://umami.adclosenn.top/share/XMDJoIb1D21UxHdH", // Internal links should not include the base path, as it is automatically added
external: true, // Show an external link icon and will open in a new tab
},
{
name: "状态信息",
url: "https://status.adclosenn.top", // Internal links should not include the base path, as it is automatically added
external: true, // Show an external link icon and will open in a new tab
},
],
};
@@ -85,11 +90,21 @@ export const profileConfig: ProfileConfig = {
icon: "fa6-brands:steam",
url: "https://steamcommunity.com/id/Ad_closeNN",
},
{
name: "Discord",
icon: "fa6-brands:discord",
url: "https://discord.com/users/1068060784300658688",
},
{
name: "GitHub",
icon: "fa6-brands:github",
url: "https://github.com/Ad-closeNN",
},
{
name: "Email",
icon: "ic:sharp-email",
url: "mailto:1709301095@qq.com",
},
],
};