页面自定义

这篇文档将会介绍页面自定义环境变量。

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

外部链接

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

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