Sfoglia il codice sorgente

chore: update clash core

GyDi 3 anni fa
parent
commit
4a74bae8c7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      scripts/check.mjs

+ 2 - 2
scripts/check.mjs

@@ -20,7 +20,7 @@ function resolveClash() {
 
 
   const CLASH_URL_PREFIX =
   const CLASH_URL_PREFIX =
     "https://github.com/Dreamacro/clash/releases/download/premium/";
     "https://github.com/Dreamacro/clash/releases/download/premium/";
-  const CLASH_LATEST_DATE = "2022.05.17";
+  const CLASH_LATEST_DATE = "2022.05.18";
 
 
   // todo
   // todo
   const map = {
   const map = {
@@ -255,7 +255,7 @@ async function resolveService() {
  */
  */
 async function resolveMmdb() {
 async function resolveMmdb() {
   const url =
   const url =
-    "https://github.com/Dreamacro/maxmind-geoip/releases/latest/download/Country.mmdb";
+    "https://github.com/Dreamacro/maxmind-geoip/releases/download/20220512/Country.mmdb";
 
 
   const resDir = path.join(cwd, "src-tauri", "resources");
   const resDir = path.join(cwd, "src-tauri", "resources");
   const resPath = path.join(resDir, "Country.mmdb");
   const resPath = path.join(resDir, "Country.mmdb");