From 667ac0f1658abf3f640b30c93f40c8fbbb91e807 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Mon, 4 Nov 2024 14:42:41 +0800 Subject: [PATCH] feat: add fixedTopServerName env --- .env.example | 1 + docker/.env.example | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.example b/.env.example index b46311b..b4a7dbe 100644 --- a/.env.example +++ b/.env.example @@ -8,6 +8,7 @@ NEXT_PUBLIC_DisableCartoon=false NEXT_PUBLIC_ShowTag=true NEXT_PUBLIC_ShowNetTransfer=false NEXT_PUBLIC_ForceUseSvgFlag=false +NEXT_PUBLIC_FixedTopServerName=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. diff --git a/docker/.env.example b/docker/.env.example index 358cedf..21de401 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -8,6 +8,7 @@ NEXT_PUBLIC_DisableCartoon=false NEXT_PUBLIC_ShowTag=true NEXT_PUBLIC_ShowNetTransfer=false NEXT_PUBLIC_ForceUseSvgFlag=false +NEXT_PUBLIC_FixedTopServerName=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. \ No newline at end of file