update 2023-03-01 16:25:09
This commit is contained in:
parent
d9fa9e2d36
commit
9b53737885
|
@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
LUCI_TITLE:=Design Theme
|
||||
LUCI_DEPENDS:=
|
||||
PKG_VERSION:=5.2.8
|
||||
PKG_RELEASE:=20230228
|
||||
PKG_VERSION:=5.3.1
|
||||
PKG_RELEASE:=20230301
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
|
|
@ -2063,6 +2063,16 @@ width:50px !important;
|
|||
font-family: monospace;
|
||||
}
|
||||
|
||||
.uci-change-list *:first-child {
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
.uci-change-list *:nth-last-child(2) {
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
.uci-change-list ins,
|
||||
.uci-change-legend-label ins {
|
||||
text-decoration: none;
|
||||
|
@ -3262,7 +3272,7 @@ form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button
|
|||
.node-system-commands .commandbox {
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
float: unset;
|
||||
float: none;
|
||||
}
|
||||
.node-system-commands .commandbox p {
|
||||
word-break:keep-all;
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=958b34017682aa28d2bf7f0368cdb62934c5623bf405d96ab12e54e320adfea0
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20230228142548
|
||||
GEOSITE_VER:=20230301021635
|
||||
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
||||
define Download/geosite
|
||||
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
||||
URL_FILE:=dlc.dat
|
||||
FILE:=$(GEOSITE_FILE)
|
||||
HASH:=fae3d6ff39d2004e0526f4353455579425245c297c02a89ccaef015a614de86f
|
||||
HASH:=c53bc634bbcdff0dff6c31a4158c0382bb2d677558e1d352d934efc0a2b528ae
|
||||
endef
|
||||
|
||||
define Package/v2ray-geodata/template
|
||||
|
|
Loading…
Reference in New Issue