Commit 0374213 1 parent 5e27754 commit 0374213 Copy full SHA for 0374213
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
include $(TOPDIR ) /rules.mk
2
2
3
3
PKG_NAME: =luci-app-openclash
4
- PKG_VERSION: =0.46.079
4
+ PKG_VERSION: =0.46.080
5
5
PKG_MAINTAINER: =vernesong <https://github.com/vernesong/OpenClash>
6
6
7
7
PKG_BUILD_DIR: =$(BUILD_DIR ) /$(PKG_NAME )
Original file line number Diff line number Diff line change 145
145
( pc >= 50 ? '<div class="progress_bar_high" style="width:%d%%; height:36px; border-radius: 6px">' :
146
146
( pc < 50 && pc >= 20 ? '<div class="progress_bar_medium" style="width:%d%%; height:36px; border-radius: 6px">' :
147
147
'<div class="progress_bar_low" style="width:%d%%; height:36px; border-radius: 6px">' ) ) +
148
- '<div style="position:absolute; left:0;' + ( tr == "null" ? 'top:12px;' : 'top:-2px ;' ) + 'text-align:center; width:100%%">' +
148
+ '<div style="position:absolute; left:0;' + ( tr == "null" ? 'top:12px;' : 'top:0px ;' ) + 'text-align:center; width:100%%">' +
149
149
'<small class="text_show">%s ' + ( f ? f : '/' ) + ' %s ' + ( np ? "" : '(%s%%)' ) +
150
150
( tr == "null" ? '<div style="visibility: hidden;">' : '<div style="visibility: visible;">' ) +
151
151
'%s (<%:Remaining%> %s <%:days%>)</small>' +
You can’t perform that action at this time.
0 commit comments