chore: 初始化仓库
中华文明全图鉴——文物全图系统(PC Web 地图 + NestJS API + 管理后台)。 含三大 IP(文物南迁北归 / 国宝海外回归 / 博物馆手艺人)、AI 文物对话、 文物地图与详情、以及 demo-video-kit 演示视频生成工具。
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
INSERT INTO institutions (id, name, short_name, institution_type, country, province, city, address, location, is_verified, publish_status) VALUES
|
||||
('a0000000-0000-0000-0000-000000000004','陕西历史博物馆','陕历博','museum','中国','陕西省','西安','陕西省西安市雁塔区小寨东路91号',ST_SetSRID(ST_MakePoint(108.9398,34.3416),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000005','南京博物院','南博','museum','中国','江苏省','南京','江苏省南京市玄武区中山东路321号',ST_SetSRID(ST_MakePoint(118.7969,32.0603),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000006','浙江省博物馆','浙博','museum','中国','浙江省','杭州','浙江省杭州市西湖区孤山路25号',ST_SetSRID(ST_MakePoint(120.1551,30.2541),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000007','成都博物馆','成博','museum','中国','四川省','成都','四川省成都市青羊区小河街1号',ST_SetSRID(ST_MakePoint(104.0665,30.6623),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000008','湖北省博物馆','鄂博','museum','中国','湖北省','武汉','湖北省武汉市武昌区东湖路156号',ST_SetSRID(ST_MakePoint(114.3743,30.5531),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000009','湖南博物院','湘博','museum','中国','湖南省','长沙','湖南省长沙市开福区东风路50号',ST_SetSRID(ST_MakePoint(112.9838,28.2082),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000010','广东省博物馆','粤博','museum','中国','广东省','广州','广东省广州市天河区珠江新城珠江东路2号',ST_SetSRID(ST_MakePoint(113.3244,23.1191),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000011','甘肃省博物馆','甘博','museum','中国','甘肃省','兰州','甘肃省兰州市七里河区西津西路3号',ST_SetSRID(ST_MakePoint(103.7243,36.0611),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000012','敦煌研究院','敦煌','research_institute','中国','甘肃省','敦煌','甘肃省酒泉市敦煌市莫高窟',ST_SetSRID(ST_MakePoint(94.8065,40.0421),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000013','山西博物院','晋博','museum','中国','山西省','太原','山西省太原市万柏林区滨河西路13号',ST_SetSRID(ST_MakePoint(112.5089,37.8706),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000014','辽宁省博物馆','辽博','museum','中国','辽宁省','沈阳','辽宁省沈阳市浑南区智慧三街157号',ST_SetSRID(ST_MakePoint(123.5015,41.7557),4326)::geography,true,'published'),
|
||||
('a0000000-0000-0000-0000-000000000015','台北故宫博物院','台北故宫','museum','中国','台湾省','台北','台湾省台北市士林区至善路二段221号',ST_SetSRID(ST_MakePoint(121.5484,25.1022),4326)::geography,true,'published')
|
||||
ON CONFLICT (id) DO NOTHING;
|
||||
Reference in New Issue
Block a user