mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
chore: 更新.gitignore并调整导航栏配置
在.gitignore中添加.edgeone忽略项 移除导航栏中的"他站"链接,新增"状态"链接
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -30,3 +30,6 @@ yarn.lock
|
|||||||
|
|
||||||
# 忽略上游仓库
|
# 忽略上游仓库
|
||||||
ori
|
ori
|
||||||
|
|
||||||
|
# EdgeOne
|
||||||
|
.edgeone
|
||||||
|
|||||||
@@ -76,16 +76,16 @@ export const navBarConfig: NavBarConfig = {
|
|||||||
url: "/sponsors/", // Internal links should not include the base path, as it is automatically added
|
url: "/sponsors/", // Internal links should not include the base path, as it is automatically added
|
||||||
external: false, // Show an external link icon and will open in a new tab
|
external: false, // Show an external link icon and will open in a new tab
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "他站",
|
|
||||||
url: "/posts/other-sites/", // Internal links should not include the base path, as it is automatically added
|
|
||||||
external: false, // Show an external link icon and will open in a new tab
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "统计",
|
name: "统计",
|
||||||
url: "https://umami.acofork.com/share/CdkXbGgZr6ECKOyK", // Internal links should not include the base path, as it is automatically added
|
url: "https://umami.acofork.com/share/CdkXbGgZr6ECKOyK", // 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
|
external: true, // Show an external link icon and will open in a new tab
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "状态",
|
||||||
|
url: "https://ok.2x.nz", // 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
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user