This commit is contained in:
lxk0301
2021-01-20 15:26:33 +08:00
parent 17663cd82f
commit 627ab02f49
2 changed files with 3 additions and 3 deletions

View File

@@ -335,7 +335,7 @@ function requireConfig() {
}else{ }else{
$.cor = $.getdata("IMMORTAL_LATLON")?JSON.parse($.getdata("IMMORTAL_LATLON")):{} $.cor = $.getdata("IMMORTAL_LATLON")?JSON.parse($.getdata("IMMORTAL_LATLON")):{}
} }
console.log(`您提供的地理位置信息为${$.cor}`) console.log(`您提供的地理位置信息为${JSON.stringify($.cor)}`)
console.log(`您提供了${$.shareCodesArr.length}个账号的${$.name}助力码\n`); console.log(`您提供了${$.shareCodesArr.length}个账号的${$.name}助力码\n`);
resolve() resolve()
}) })

View File

@@ -907,7 +907,7 @@
], ],
"descs_html": [ "descs_html": [
"地理位置示例如下", "地理位置示例如下",
"{'lat':33.1, 'lng':118.1}" "{\"lat\":33.1, \"lng\":118.1}"
], ],
"settings": [ "settings": [
{ {
@@ -915,7 +915,7 @@
"name": "地理位置", "name": "地理位置",
"val": "", "val": "",
"type": "text", "type": "text",
"desc": "示例:{'lat':33.1, 'lng':118.1}" "desc": "示例:{\"lat\":33.1, \"lng\":118.1}"
} }
], ],
"author": "@LXK9301", "author": "@LXK9301",