mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
rename: opendb-china-cities to opendb-city-china
This commit is contained in:
parent
36c2f94ae5
commit
12b857c57d
@ -11,6 +11,10 @@
|
|||||||
"description": "编码",
|
"description": "编码",
|
||||||
"parentKey": "parent_code"
|
"parentKey": "parent_code"
|
||||||
},
|
},
|
||||||
|
"parent_code": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "父级编码"
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "城市名称",
|
"description": "城市名称",
|
||||||
@ -28,10 +32,6 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "城市名称的完整汉语拼音,用于拼音检索"
|
"description": "城市名称的完整汉语拼音,用于拼音检索"
|
||||||
},
|
},
|
||||||
"parent_code": {
|
|
||||||
"bsonType": "string",
|
|
||||||
"description": "父级编码"
|
|
||||||
},
|
|
||||||
"zip_code": {
|
"zip_code": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "邮政编码",
|
"description": "邮政编码",
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@opendb/opendb-china-cities",
|
"name": "@opendb/opendb-city-china",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "opendb-china-cities",
|
"description": "opendb-city-china",
|
||||||
"keywords": ["中国城市省市区", "省", "市", "区"],
|
"keywords": ["中国城市省市区", "省", "市", "区", "港澳台"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
"title": "中国城市省市区",
|
"title": "中国城市",
|
||||||
"type": "collection",
|
"type": "collection",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user