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());