mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
💄 优化 server-status 主题
This commit is contained in:
2
resource/template/theme-default/home.html
vendored
2
resource/template/theme-default/home.html
vendored
@@ -227,7 +227,7 @@
|
||||
secondToDate(s) {
|
||||
var d = Math.floor(s / 3600 / 24);
|
||||
if (d > 0) {
|
||||
return d + " {{tr "Day"}}"
|
||||
return d + ' {{tr "Day"}}'
|
||||
}
|
||||
var h = Math.floor(s / 3600 % 24);
|
||||
var m = Math.floor(s / 60 % 60);
|
||||
|
||||
Reference in New Issue
Block a user