页面自定义

页面自定义环境变量

基础自定义

变量名含义示例
NEXT_PUBLIC_CustomLogo自定义 Logo示例:https://nezha-cf.buycoffee.top/apple-touch-icon.png
NEXT_PUBLIC_CustomTitle自定义标题
NEXT_PUBLIC_CustomDescription自定义描述
NEXT_PUBLIC_CustomLogo 效果

可通过传入 json 环境变量的方式在顶部增加外部跳转链接。

变量名含义示例
NEXT_PUBLIC_Links自定义外链示例如下
[
{ "link": "https://github.com/hamster1963/nezha-dash", "name": "GitHub" },
{ "link": "https://buycoffee.top/coffee", "name": "Buycoffee☕️" }
]
NEXT_PUBLIC_Links 效果