diff --git a/.env.example b/.env.example index b46311b..71b4bec 100644 --- a/.env.example +++ b/.env.example @@ -11,3 +11,4 @@ NEXT_PUBLIC_ForceUseSvgFlag=false NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png NEXT_PUBLIC_CustomTitle=NezhaDash NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. +NEXT_PUBLIC_Links=[{"link":"https://baidu.com","name":"Baidu"},{"link":"https://google.com","name":"Google"}] diff --git a/app/(main)/header.tsx b/app/(main)/header.tsx index 015a4dc..3f6f543 100644 --- a/app/(main)/header.tsx +++ b/app/(main)/header.tsx @@ -51,6 +51,7 @@ function Header() {