mirror of https://github.com/kenzok8/small.git
update 2025-02-07 20:31:46
This commit is contained in:
parent
b27b1ba90a
commit
283235ec3a
|
@ -76,7 +76,7 @@ let wW = window.innerWidth;
|
|||
|
||||
function resize() {
|
||||
wW = window.innerWidth;
|
||||
let lw = document.querySelector(".main-left").offsetWidth;
|
||||
let lw = document.querySelector(".main-left")?.offsetWidth ?? 5;
|
||||
let statusBar = document.querySelector(".status-bar");
|
||||
statusBar.style.width = (wW - lw) + 'px';
|
||||
let flagElement = statusBar.querySelector(".flag");
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=f2f5f03da44d007fa91fb6a37c077c9efae8ad0269ef0e4130cf90b0822873e3
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20250206143205
|
||||
GEOSITE_VER:=20250207120917
|
||||
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:=e574c0b74f46f53667aa6c62ea735952288ec20d3c56bbb74dd1411803db436d
|
||||
HASH:=b0ece9a9c0d74ee647a502a5cc8266fe3931c3d530c2ad0fa508ed0fb9f7836e
|
||||
endef
|
||||
|
||||
GEOSITE_IRAN_VER:=202502030035
|
||||
|
|
Loading…
Reference in New Issue