mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:40:03 -04:00
fear: 优化站点配置
1. Nav 增加状态 2. 新增一个图标库 3. 优化文档描述
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user