This commit is contained in:
Shawn
2021-10-06 21:25:47 +08:00
parent aff9015bdd
commit 19550c8af3
3 changed files with 3 additions and 3 deletions

View File

@@ -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
}