diff --git a/.gitignore b/.gitignore index dbee63ac4..e34a4e4ae 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ yarn.lock # 忽略上游仓库 ori + +# EdgeOne +.edgeone diff --git a/src/config.ts b/src/config.ts index fbbae9eba..ff189c9fd 100644 --- a/src/config.ts +++ b/src/config.ts @@ -76,16 +76,16 @@ export const navBarConfig: NavBarConfig = { 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 }, - { - 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: "统计", 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 }, + { + 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 + }, ], };