From e176e250b6055b72cb590db0630a02a2c698aad4 Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Sat, 9 Oct 2021 21:24:40 +0800 Subject: [PATCH] remove disney+ --- Scripts/geo_location.js | 10 +++++----- Scripts/streaming-ui-check.js | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Scripts/geo_location.js b/Scripts/geo_location.js index ad89fb8..beaf4a7 100644 --- a/Scripts/geo_location.js +++ b/Scripts/geo_location.js @@ -21,7 +21,7 @@ const paran = ["IP","ISP","地区","城市"] $task.fetch(myRequest).then(response => { message = response? json2info(response.body,paras) : "" - $done({"title":"🔎 IP.SB 查询结果","message":message}); + $done({"title": " 🔎 IP.SB 查询结果", "message": message}); }, reason => { message = "\n\n🛑 查询超时" $done({"title": "🔎 IP.SB 查询结果", "message": message}); @@ -29,13 +29,13 @@ function json2info(cnt,paras) { - var res = "----------------------\n\n" + var res = "\n" cnt =JSON.parse(cnt) for (i=0;i