mirror of https://github.com/kenzok8/small.git
update 2025-02-21 20:25:11
This commit is contained in:
parent
24918cdad0
commit
53ea31c953
|
@ -92,6 +92,7 @@ function showMsg_Redirect(redirectUrl, delay)
|
||||||
if (overlay && overlay.parentNode) {
|
if (overlay && overlay.parentNode) {
|
||||||
overlay.parentNode.removeChild(overlay);
|
overlay.parentNode.removeChild(overlay);
|
||||||
}
|
}
|
||||||
|
window.location.href = window.location.href;
|
||||||
}
|
}
|
||||||
}, delay);
|
}, delay);
|
||||||
});
|
});
|
||||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
||||||
HASH:=f2f5f03da44d007fa91fb6a37c077c9efae8ad0269ef0e4130cf90b0822873e3
|
HASH:=f2f5f03da44d007fa91fb6a37c077c9efae8ad0269ef0e4130cf90b0822873e3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
GEOSITE_VER:=20250219031756
|
GEOSITE_VER:=20250221105919
|
||||||
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
||||||
define Download/geosite
|
define Download/geosite
|
||||||
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
||||||
URL_FILE:=dlc.dat
|
URL_FILE:=dlc.dat
|
||||||
FILE:=$(GEOSITE_FILE)
|
FILE:=$(GEOSITE_FILE)
|
||||||
HASH:=7fb82385fe16e44b4932d9f9fbd12fa7e146e9e7929a7fb1865bc699c50ef705
|
HASH:=a5ac9a9d7c4b3311294ceef160156a49051f2e463770dc90eecec913b812aa7d
|
||||||
endef
|
endef
|
||||||
|
|
||||||
GEOSITE_IRAN_VER:=202502170036
|
GEOSITE_IRAN_VER:=202502170036
|
||||||
|
|
Loading…
Reference in New Issue