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{
$.cor = $.getdata("IMMORTAL_LATLON")?JSON.parse($.getdata("IMMORTAL_LATLON")):{}
}
console.log(`您提供的地理位置信息为${$.cor}`)
console.log(`您提供的地理位置信息为${JSON.stringify($.cor)}`)
console.log(`您提供了${$.shareCodesArr.length}个账号的${$.name}助力码\n`);
resolve()
})