Skip to content

Commit 83efdc6

Browse files
committed
replace statifile cdn with bytedance cdn
1 parent bf58ad2 commit 83efdc6

File tree

17 files changed

+47
-47
lines changed

17 files changed

+47
-47
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<br>
55
<small><i>LOGO designed by <a href="https://xio.ng" target="_blank">熊大</a> .</i></small>
66
<br><br>
7-
<img alt="GitHub release (with filter)" src="https://img.shields.io/github/v/release/naiba/nezha?color=brightgreen&style=for-the-badge&logo=github&label=Dashboard">&nbsp;<img src="https://img.shields.io/github/v/release/nezhahq/agent?color=brightgreen&label=Agent&style=for-the-badge&logo=github">&nbsp;<img src="https://img.shields.io/github/actions/workflow/status/nezhahq/agent/agent.yml?label=Agent%20CI&logo=github&style=for-the-badge">&nbsp;<img src="https://img.shields.io/badge/Installer-v0.15.3-brightgreen?style=for-the-badge&logo=linux">
7+
<img alt="GitHub release (with filter)" src="https://img.shields.io/github/v/release/naiba/nezha?color=brightgreen&style=for-the-badge&logo=github&label=Dashboard">&nbsp;<img src="https://img.shields.io/github/v/release/nezhahq/agent?color=brightgreen&label=Agent&style=for-the-badge&logo=github">&nbsp;<img src="https://img.shields.io/github/actions/workflow/status/nezhahq/agent/agent.yml?label=Agent%20CI&logo=github&style=for-the-badge">&nbsp;<img src="https://img.shields.io/badge/Installer-v0.15.4-brightgreen?style=for-the-badge&logo=linux">
88
<br>
99
<br>
1010
<p>:trollface: <b>Nezha Monitoring: Self-hostable, lightweight, servers and websites monitoring and O&M tool.</b></p>

resource/template/common/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
{{.Version}}</small>
77
</div>
88
</div>
9-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
10-
<script src="https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.js"></script>
9+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
10+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.js"></script>
1111
<script src="/static/semantic-ui-alerts.min.js"></script>
12-
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
12+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js"></script>
1313
<script src="/static/main.js?v20230614"></script>
1414
<script>
1515
(function () {

resource/template/common/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta content="telephone=no" name="format-detection">
1010
<title>{{.Title}}</title>
1111
<link rel="stylesheet" type="text/css"
12-
href="https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.css">
13-
<link href="https://cdn.staticfile.org/font-logos/0.17/font-logos.min.css" type="text/css"
12+
href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.css">
13+
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-logos/0.17/font-logos.min.css" type="text/css"
1414
rel="stylesheet" />
1515
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
1616
<link rel="stylesheet" type="text/css" href="/static/main.css?v2022042314">

resource/template/dashboard-default/server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</div>
8686
{{template "component/server" .}}
8787
{{template "common/footer" .}}
88-
<script src="https://cdn.staticfile.org/clipboard.js/2.0.10/clipboard.min.js" type="application/javascript"></script>
88+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/clipboard.js/2.0.10/clipboard.min.js" type="application/javascript"></script>
8989
<script>
9090
var clipboard = new ClipboardJS('.ui.icon.green.mini.button');
9191
const checkBoxList = document.querySelectorAll('tbody > tr > td > input.nezha-servers[type=checkbox]')

resource/template/dashboard-default/terminal.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<title>tty@{{.ServerName}} - {{.Title}}</title>
1010
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
11-
<link href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/xterm/4.11.0/xterm.css" type="text/css" rel="stylesheet"/>
11+
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/xterm/4.11.0/xterm.css" type="text/css" rel="stylesheet"/>
1212
</head>
1313

1414
<style>
@@ -28,9 +28,9 @@
2828

2929
<body onresize="onResize()">
3030
<div id="terminal-container"></div>
31-
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/xterm/4.11.0/xterm.js" type="application/javascript"></script>
32-
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/xterm/4.11.0/addons/attach/xterm-addon-attach.js"></script>
33-
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/xterm/4.11.0/addons/fit/xterm-addon-fit.js"></script>
31+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/xterm/4.11.0/xterm.js" type="application/javascript"></script>
32+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/xterm/4.11.0/addons/attach/xterm-addon-attach.js"></script>
33+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/xterm/4.11.0/addons/fit/xterm-addon-fit.js"></script>
3434
<script>
3535
let sendResizing = false;
3636

resource/template/theme-angel-kanade/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
</small>
99
</div>
1010
</div>
11-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
12-
<script src="https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.js"></script>
11+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
12+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.js"></script>
1313
<script src="/static/semantic-ui-alerts.min.js"></script>
14-
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
14+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js"></script>
1515
<script src="/static/main.js?v20230614"></script>
1616
<script>
1717
(function () {

resource/template/theme-angel-kanade/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta content="telephone=no" name="format-detection">
1010
<title>{{.Title}}</title>
1111
<link rel="stylesheet" type="text/css"
12-
href="https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.css">
13-
<link href="https://cdn.staticfile.org/font-logos/0.17/font-logos.min.css" type="text/css"
12+
href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.css">
13+
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-logos/0.17/font-logos.min.css" type="text/css"
1414
rel="stylesheet" />
15-
<link href="https://cdn.staticfile.org/bootstrap-icons/1.10.3/font/bootstrap-icons.css" type="text/css"
15+
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css" type="text/css"
1616
rel="stylesheet" />
1717
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
1818
<link rel="stylesheet" type="text/css" href="/static/main.css?v2022042314">

resource/template/theme-angel-kanade/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div v-for="server in group.data" :id="server.ID" class="ui card">
1616
<div class="content" v-if="server.Host" style="margin-top: 10px; padding-bottom: 5px">
1717
<div class="header">
18-
<img v-if="server.Host.CountryCode" style="border-radius: 50%;box-shadow:-1px -1px 2px #eee, 1px 1px 2px #000;width:19px;" :src="'https://cdn.staticfile.org/flag-icon-css/6.6.5/flags/1x1/'+server.Host.CountryCode + '.svg'" alt="国家"/>&nbsp;<i v-if='server.Host.Platform == "darwin"'
18+
<img v-if="server.Host.CountryCode" style="border-radius: 50%;box-shadow:-1px -1px 2px #eee, 1px 1px 2px #000;width:19px;" :src="'https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/flag-icon-css/4.1.5/flags/1x1/'+server.Host.CountryCode + '.svg'" alt="国家"/>&nbsp;<i v-if='server.Host.Platform == "darwin"'
1919
class="apple icon"></i><i v-else-if='isWindowsPlatform(server.Host.Platform)'
2020
class="windows icon"></i><i v-else :class="'fl-' + getFontLogoClass(server.Host.Platform)"></i>
2121
@#server.Name + (server.live?'':'[{{tr "Offline"}}]')#@

resource/template/theme-daynight/home.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
1111

1212
<link rel="stylesheet" href="/static/theme-daynight/css/main.css?v202108042286">
13-
<link href="https://cdn.staticfile.org/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
14-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
13+
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
14+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
1515

1616
{{if ts .CustomCode}}
1717
{{.CustomCode|safe}}
@@ -165,8 +165,8 @@ <h4>{{tr "DiskUsed"}}</h4>
165165
</footer>
166166

167167
<script src="/static/theme-daynight/js/main.js?v202102012266"></script>
168-
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
169-
<script src="https://cdn.staticfile.org/limonte-sweetalert2/11.4.4/sweetalert2.all.min.js"></script>
168+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js"></script>
169+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/limonte-sweetalert2/11.4.4/sweetalert2.all.min.js"></script>
170170

171171
<script>
172172
const initData = JSON.parse('{{.Servers}}').servers;

resource/template/theme-daynight/service.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<title>{{.Title}}</title>
99
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
1010
<link rel="stylesheet" href="/static/theme-daynight/css/service.css?v202108042286" />
11-
<link rel="stylesheet" href="https://cdn.staticfile.org/mdui/1.0.2/css/mdui.min.css"/>
12-
<link href="https://cdn.staticfile.org/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
13-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
11+
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/mdui/1.0.2/css/mdui.min.css"/>
12+
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
13+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
1414

1515
{{if ts .CustomCode}}
1616
{{.CustomCode|safe}}

resource/template/theme-hotaru/home.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<meta http-equiv="Content-Language" content="zh" />
1515

1616
<!-- Styles -->
17-
<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.css">
18-
<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/font-awesome/6.0.0/css/all.min.css">
17+
<link rel="stylesheet" type="text/css" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.css">
18+
<link rel="stylesheet" type="text/css" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-awesome/6.0.0/css/all.min.css">
1919
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
2020
<link rel="stylesheet" href="/static/theme-hotaru/css/core.css?v202012121912" type="text/css">
2121
<link rel="stylesheet" href="/static/theme-hotaru/css/main.css?v202101171153" type="text/css">
@@ -141,10 +141,10 @@ <h3 class="h4"><img
141141
<a href="/server">{{tr "AdminPanel"}}</a>
142142
</p>
143143
</footer>
144-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
145-
<script src="https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.js"></script>
144+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
145+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.js"></script>
146146
<script src="/static/semantic-ui-alerts.min.js"></script>
147-
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
147+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js"></script>
148148
<script>
149149
const initData = JSON.parse('{{.Servers}}').servers;
150150
var statusCards = new Vue({

resource/template/theme-mdui/home.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
1010

1111
<!-- MDUI CSS -->
12-
<link rel="stylesheet" href="https://cdn.staticfile.org/mdui/1.0.2/css/mdui.min.css"/>
12+
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/mdui/1.0.2/css/mdui.min.css"/>
1313
<link rel="stylesheet" href="/static/theme-mdui/mdui.css" type="text/css">
1414
<style>
1515
.mdui-table td, .mdui-table th{padding: 6px;}
@@ -37,7 +37,7 @@
3737
<div class="mdui-col" v-for='server in servers' :id="server.ID">
3838
<div :class="'mdui-card mt' + (server.live?'':' offline')">
3939
<div class="mdui-card-header">
40-
<img class="mdui-card-header-avatar" :src="'https://cdn.staticfile.org/flag-icon-css/4.1.5/flags/1x1/' + (server.Host.CountryCode?server.Host.CountryCode:'cn') + '.svg'"/>
40+
<img class="mdui-card-header-avatar" :src="'https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/flag-icon-css/4.1.5/flags/1x1/' + (server.Host.CountryCode?server.Host.CountryCode:'cn') + '.svg'"/>
4141
<div class="mdui-card-header-title">@#server.Name#@</div>
4242
<div class="mdui-card-header-subtitle">@#server.Host.CountryCode.toUpperCase()#@ | @#server.Host.Platform#@ @#server.Host.PlatformVersion#@</div>
4343
</div>
@@ -153,9 +153,9 @@
153153
{{template "theme-mdui/footer" .}}
154154

155155
<script src="/static/theme-mdui/mdui.js"></script>
156-
<script src="https://cdn.staticfile.org/mdui/1.0.2/js/mdui.min.js"></script>
157-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
158-
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
156+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/mdui/1.0.2/js/mdui.min.js"></script>
157+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
158+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js"></script>
159159

160160
<script>
161161
var container=document.querySelector("#container");

resource/template/theme-mdui/service.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
1010

1111
<!-- MDUI CSS -->
12-
<link rel="stylesheet" href="https://cdn.staticfile.org/mdui/1.0.2/css/mdui.min.css"/>
12+
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/mdui/1.0.2/css/mdui.min.css"/>
1313
<link rel="stylesheet" href="/static/theme-mdui/mdui.css" type="text/css">
1414
{{if ts .CustomCode}}
1515
{{.CustomCode|safe}}
@@ -116,9 +116,9 @@ <h2 class="mdui-m-t-5 mdui-text-center">{{tr "CycleTransferStats"}}</h2>
116116
{{template "theme-mdui/footer" .}}
117117

118118
<script src="/static/theme-mdui/mdui.js"></script>
119-
<script src="https://cdn.staticfile.org/mdui/1.0.2/js/mdui.min.js"></script>
120-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
121-
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
119+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/mdui/1.0.2/js/mdui.min.js"></script>
120+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
121+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js"></script>
122122
<script>
123123
var container=document.querySelector("#container");
124124
container.style.minHeight=window.innerHeight-document.body.clientHeight+container.clientHeight+'px';

resource/template/theme-mdui/viewpassword.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>{{.Title}}</title>
99

1010
<!-- MDUI CSS -->
11-
<link rel="stylesheet" href="https://cdn.staticfile.org/mdui/1.0.2/css/mdui.min.css"/>
11+
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/mdui/1.0.2/css/mdui.min.css"/>
1212
<link rel="stylesheet" href="/static/theme-mdui/mdui.css" type="text/css">
1313
{{if ts .CustomCode}}
1414
{{.CustomCode|safe}}
@@ -34,8 +34,8 @@
3434
</div>
3535
</div>
3636

37-
<script src="https://cdn.staticfile.org/mdui/1.0.2/js/mdui.min.js"></script>
38-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
37+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/mdui/1.0.2/js/mdui.min.js"></script>
38+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
3939
<script>
4040
var $input = mdui.$('#container').find('.mdui-textfield-input');
4141
var $dialog = new mdui.Dialog(mdui.$('.mdui-dialog'));

resource/template/theme-server-status/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<link rel="stylesheet" href="/static/theme-server-status/css/dark.css">
1313
<link rel="stylesheet" href="/static/theme-server-status/css/light.css">
1414
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
15-
<link rel="stylesheet" href="https://cdn.staticfile.org/font-logos/0.17/font-logos.min.css">
16-
<link rel="stylesheet" href="https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.css">
15+
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-logos/0.17/font-logos.min.css">
16+
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.css">
1717
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.0.0/css/flag-icons.min.css">
1818
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
1919
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -26,7 +26,7 @@
2626
{{end}}
2727
<script src="/static/theme-server-status/js/jquery.min.js"></script>
2828
<script src="/static/theme-server-status/js/bootstrap.min.js"></script>
29-
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
29+
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js"></script>
3030
<script src="/static/theme-server-status/js/mixin.js"></script>
3131
</head>
3232
<body>

script/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NZ_AGENT_SERVICE="/etc/systemd/system/nezha-agent.service"
1414
NZ_AGENT_SERVICERC="/etc/init.d/nezha-agent"
1515
NZ_DASHBOARD_SERVICE="/etc/systemd/system/nezha-dashboard.service"
1616
NZ_DASHBOARD_SERVICERC="/etc/init.d/nezha-dashboard"
17-
NZ_VERSION="v0.15.3"
17+
NZ_VERSION="v0.15.4"
1818

1919
red='\033[0;31m'
2020
green='\033[0;32m'

script/install_en.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NZ_AGENT_SERVICE="/etc/systemd/system/nezha-agent.service"
1414
NZ_AGENT_SERVICERC="/etc/init.d/nezha-agent"
1515
NZ_DASHBOARD_SERVICE="/etc/systemd/system/nezha-dashboard.service"
1616
NZ_DASHBOARD_SERVICERC="/etc/init.d/nezha-dashboard"
17-
NZ_VERSION="v0.15.3"
17+
NZ_VERSION="v0.15.4"
1818

1919
red='\033[0;31m'
2020
green='\033[0;32m'

0 commit comments

Comments
 (0)