哪吒探针V1部署后留档
哪吒面板官网:https://nezha.wiki
哪吒面板开源地址:https://github.com/nezhahq/nezhahq.github.io
哪吒面板官方文档:https://nezha.wiki/guide/dashboard.html
自定义代码部分
1.自定义代码
<script>
window.CustomBackgroundImage = 'https://www.sz2016.com/images/api/image.webp'; /*自定义背景图*/
/*window.CustomMobileBackgroundImage = 自定义手机端背景图*/
window.CustomLogo = 'https://www.sz2016.com/images/logo/logo.ico'; /* 页面左上角和标题栏展示的 Logo */
window.CustomDesc = '顺仔Studio'; /* 页面左上角副标题 */
window.ShowNetTransfer = true; /* 服务器卡片是否显示上下行流量, 默认不显示 */
/* window.DisableAnimatedMan = true; */
window.CustomIllustration = 'https://www.sz2016.com/images/api/nezha-image2.png';
window.FixedTopServerName = true; /* 是否固定顶部显示服务器名称, 默认不固定 */
window.CustomLinks = '[{\"link\":\"https://www.sz2016.com\",\"name\":\"主站\"}]'; /* 自定义导航栏链接 */
window.CustomLinks = '[{\"link\":\"https://blog.sz2016.com\",\"name\":\"博客\"}]'; /* 自定义导航栏链接 */
/* 自定义字体, 注意需要同步修改下方 CSS 中的 font-family */
var link = document.createElement('link');
link.rel = 'stylesheet';
link.href = 'https://font.sec.miui.com/font/css?family=MiSans:400,700:MiSans'; // MiSans
// link.href = 'https://npm.elemecdn.com/lxgw-wenkai-screen-webfont@1.7.0/style.css'; // 霞鹜文楷, font-family: 'LXGW WenKai Screen'
document.head.appendChild(link);
</script>
<style>
/* 自定义字体 */
* {
font-family: 'MiSans';
}
h1, h2, h3, h4, h5 {
font-family: 'MiSans', sans-serif;
}
/* 背景压暗和模糊, 开了背景图建议开启 */
.dark .bg-cover::after {
content: '';
position: absolute;
inset: 0;
backdrop-filter: blur(3px);
background-color: rgba(0, 0, 0, 0.1);
}
.light .bg-cover::after {
content: '';
position: absolute;
inset: 0;
backdrop-filter: blur(5px);
background-color: rgba(255, 255, 255, 0);
}
.text-secondary-foreground {
display: none!important;
}
.text-foreground {
display: none!important;
}
footer {
display: none!important;
}
.w-20 {
width: 11rem!important;
}
.right-3 {
right: -5.1rem!important;
}
.top-\[-85px\] {
top: -140px!important;
}
.text-xs {
font-size: 1rem;
line-height: 1rem
}
.text-\[9px\] {
font-size: 12px;
}
.text-\[10px\] {
font-size: 15px
}
.gap-3 {
gap: 1.5rem;
}
.sm\:text-base {
font-size: 1rem;
line-height: 1.5rem;
color: rgba(255,255,255,1);
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
color: rgba(255,255,255,1);
}
/*
.items-center {
align-items: stretch;
}
*/
.md\:px-5 {
padding: 1.25rem;
}
@media (max-width: 1250px) {
img.scale-90 {
display: none !important;
}
}
.lg\:flex {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: flex-start;
}
.h-\[250px\] {
height: 30rem;
}
</style>
2.公开备注
{
"billingDataMod": {
"startDate": "2025-06-01 08:00:00+08:00",
"endDate": "0000-00-00T23:59:59+08:00",
"autoRenewal": "1",
"cycle": "年",
"amount": "0"
},
"planDataMod": {
"bandwidth": "1Gbps",
"trafficVol": "1PB/月",
"trafficType": "2",
"IPv4": "1",
"IPv6": "1",
"networkRoute": "网络线路",
"extra": "备注"
}
}





