页面自定义
这篇文档将会介绍页面自定义环境变量。
变量名 | 含义 | 示例 |
---|---|---|
NEXT_PUBLIC_CustomLogo | 自定义Logo | 示例:https://nezha-cf.buycoffee.top/apple-touch-icon.png |
NEXT_PUBLIC_CustomTitle | 自定义标题 | |
NEXT_PUBLIC_CustomDescription | 自定义描述 |
外部链接
可通过传入 json 环境变量的方式在顶部增加外部跳转链接。
变量名 | 含义 | 示例 |
---|---|---|
NEXT_PUBLIC_Links | 自定义外链 | 示例如下: |
[
{ "link": "https://github.com/hamster1963/nezha-dash", "name": "GitHub" },
{ "link": "https://buycoffee.top/coffee", "name": "Buycoffee☕️" }
]