From 19550c8af3a78e5bd36ea0f44a0676ecdf6f42bf Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Wed, 6 Oct 2021 21:25:47 +0800 Subject: [PATCH] update --- Scripts/geo_location.js | 2 +- Scripts/nf_ytb_ui-check.js | 2 +- Scripts/ytb-ui-check.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/geo_location.js b/Scripts/geo_location.js index e9ad76d..ad89fb8 100644 --- a/Scripts/geo_location.js +++ b/Scripts/geo_location.js @@ -35,7 +35,7 @@ function json2info(cnt,paras) { res = cnt[paras[i]]? res + paran[i] + " : " + cnt[paras[i]] : res res = paras[i] == "country_code"? res+" "+flags.get(cnt[paras[i]].toUpperCase())+"\n\n":res+"\n\n" } - res =res+ "----------------------" + res =res+ "----------------------\n"+$environment.params return res } diff --git a/Scripts/nf_ytb_ui-check.js b/Scripts/nf_ytb_ui-check.js index 7db0e9d..f44b2bc 100644 --- a/Scripts/nf_ytb_ui-check.js +++ b/Scripts/nf_ytb_ui-check.js @@ -71,7 +71,7 @@ var flags = new Map([[ "AC" , "🇦🇨" ] , [ "AF" , "🇦🇫" ] , [ "AI" , " } else { result['content1'] = "✅ 支持 YouTube Premium ➟ ⟦"+flags.get(code.toUpperCase())+code.toUpperCase()+"⟧" } - $done({"title":result["title"],"message":result["content"]+"\n\n"+result["content1"]}) + $done({"title":result["title"],"message":result["content"]+"\n\n"+result["content1"]+'\n\n----------------------\n'+$environment.params}) }) // ) diff --git a/Scripts/ytb-ui-check.js b/Scripts/ytb-ui-check.js index d161593..a503d57 100644 --- a/Scripts/ytb-ui-check.js +++ b/Scripts/ytb-ui-check.js @@ -48,7 +48,7 @@ var flags = new Map([[ "AC" , "🇦🇨" ] , [ "AF" , "🇦🇫" ] , [ "AI" , " //$notify(result["title"], output, result["content"], link) //console.log(result) - $done({"title":result["title"],"message":result["content"]}) + $done({"title":result["title"],"message":result["content"]+'\n\n----------------------\n'+$environment.params}) }) })() .finally(() => $done());