mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
feat(导航栏): 添加切换到Beta版本的链接
在导航栏配置中添加指向Beta站点的外部链接,方便用户切换版本
This commit is contained in:
@@ -66,6 +66,11 @@ export const navBarConfig: NavBarConfig = {
|
||||
links: [
|
||||
LinkPreset.Home,
|
||||
LinkPreset.Archive,
|
||||
{
|
||||
name: "切换到Beta",
|
||||
url: "https://beta.acofork.com", // 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: "/friends/", // Internal links should not include the base path, as it is automatically added
|
||||
|
||||
Reference in New Issue
Block a user