emoji location

pull/110/head
root 2021-08-09 13:00:07 +08:00
parent 9601ef1655
commit 55ee9ca6fb
2 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@
"name": "node1", "name": "node1",
"type": "xen", "type": "xen",
"host": "host1", "host": "host1",
"location": "cn", "location": "🇨🇳",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD"
}, },
{ {
@ -13,7 +13,7 @@
"name": "node2", "name": "node2",
"type": "vmware", "type": "vmware",
"host": "host2", "host": "host2",
"location": "jp", "location": "🇯🇵",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD"
}, },
{ {
@ -22,7 +22,7 @@
"name": "node3", "name": "node3",
"type": "Nothing", "type": "Nothing",
"host": "host3", "host": "host3",
"location": "fr", "location": "🇫🇷",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD"
}, },
{ {
@ -30,7 +30,7 @@
"name": "ssss", "name": "ssss",
"type": "ssss", "type": "ssss",
"host": "ssss", "host": "ssss",
"location": "ssss", "location": "🇺🇸",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD"
} }
] ]

View File

@ -5,7 +5,7 @@
"name": "node1", "name": "node1",
"type": "xen", "type": "xen",
"host": "host1", "host": "host1",
"location": "cn", "location": "🇨🇳",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD"
}, },
{ {
@ -13,7 +13,7 @@
"name": "node2", "name": "node2",
"type": "vmware", "type": "vmware",
"host": "host2", "host": "host2",
"location": "jp", "location": "🇯🇵",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD"
}, },
{ {
@ -22,7 +22,7 @@
"name": "node3", "name": "node3",
"type": "Nothing", "type": "Nothing",
"host": "host3", "host": "host3",
"location": "fr", "location": "🇫🇷",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD"
}, },
{ {
@ -30,8 +30,8 @@
"name": "node4", "name": "node4",
"type": "kvm", "type": "kvm",
"host": "host4", "host": "host4",
"location": "kr", "location": "🇰🇷",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD"
} }
] ]
} }