mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 13:05:10 +00:00
Update geo_location.js
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
|
||||
function json2info(cnt,paras) {
|
||||
var res = "----------------------\n"
|
||||
var res = "----------------------\n\n"
|
||||
cnt =JSON.parse(cnt)
|
||||
for (i=0;i<paras.length;i++) {
|
||||
res = cnt[paras[i]]? res + paran[i] + " : " + cnt[paras[i]] : res
|
||||
|
||||
Reference in New Issue
Block a user