Skip to content

Commit 0374213

Browse files
committed
0.46.080
1 parent 5e27754 commit 0374213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

luci-app-openclash/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=luci-app-openclash
4-
PKG_VERSION:=0.46.079
4+
PKG_VERSION:=0.46.080
55
PKG_MAINTAINER:=vernesong <https://github.com/vernesong/OpenClash>
66

77
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

luci-app-openclash/luasrc/view/openclash/sub_info_show.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
(pc >= 50 ? '<div class="progress_bar_high" style="width:%d%%; height:36px; border-radius: 6px">' :
146146
(pc < 50 && pc >= 20 ? '<div class="progress_bar_medium" style="width:%d%%; height:36px; border-radius: 6px">' :
147147
'<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%%">' +
149149
'<small class="text_show">%s '+ (f ? f : '/') +' %s ' + (np ? "" : '(%s%%)') +
150150
(tr == "null" ? '<div style="visibility: hidden;">' : '<div style="visibility: visible;">') +
151151
'%s (<%:Remaining%> %s <%:days%>)</small>' +

0 commit comments

Comments
 (0)