mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 05:30:05 +00:00
Update all theme texts
This commit is contained in:
10
resource/template/theme-hotaru/service.html
vendored
10
resource/template/theme-hotaru/service.html
vendored
@@ -11,10 +11,10 @@
|
||||
<table class="ui celled table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="ui center aligned">名称</th>
|
||||
<th class="ui center aligned">30天在线率</th>
|
||||
<th class="ui center aligned">详情</th>
|
||||
<th class="ui center aligned">状态</th>
|
||||
<th class="ui center aligned">{{tr "Name"}}</th>
|
||||
<th class="ui center aligned">{{tr "30DaysOnline"}}</th>
|
||||
<th class="ui center aligned">{{tr "Details"}}</th>
|
||||
<th class="ui center aligned">{{tr "Status"}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -26,7 +26,7 @@
|
||||
</td>
|
||||
<td class="ui center aligned">{{range $i,$d := $service.Delay}}
|
||||
<div class="ui icon button {{className (div (index $service.Up $i) (add (index $service.Up $i) (index $service.Down $i)))}}"
|
||||
data-tooltip="{{dayBefore $i}},平均延迟:{{float32f $d}}ms">
|
||||
data-tooltip="{{dayBefore $i}}, {{tr "AverageLatency"}}:{{float32f $d}}ms">
|
||||
</div> {{end}}
|
||||
</td>
|
||||
<td class="ui center aligned delay-today">
|
||||
|
||||
Reference in New Issue
Block a user