This commit is contained in:
lxk0301
2021-01-20 15:26:33 +08:00
parent f653fb4a51
commit 6c41a96318
2 changed files with 3 additions and 3 deletions

View File

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