From efc9924147d901a96016c170d62697b7f7f9b5cd Mon Sep 17 00:00:00 2001 From: lzxue <120635640@qq.com> Date: Fri, 1 Dec 2023 17:48:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AE=8C=E5=96=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 7 +------ src/data/sites/main/groups/visualization.ts | 11 +++++++++++ src/data/sites/tech/groups/3d_tiles.ts | 4 ++-- src/data/sites/tech/groups/comand_tools.ts | 4 ++-- src/data/sites/tech/groups/data_spec.ts | 4 ++-- src/data/sites/tech/groups/frontEnd_tool.ts | 4 ++-- src/data/sites/tech/groups/map_server.ts | 4 ++-- src/data/sites/tech/groups/map_vis_lib.ts | 4 ++-- src/data/sites/tech/groups/render_enigne.ts | 4 ++-- src/data/sites/tech/groups/spatial_database.ts | 4 ++-- src/data/sites/tech/groups/vector_tile.ts | 4 ++-- 11 files changed, 30 insertions(+), 24 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 77dc915..69d7e7b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "DipperMap", - "name": "星辰地图工具网站导航", + "name": "星辰地图网站导航", "icons": [ { "src": "favicon.ico", @@ -11,11 +11,6 @@ "src": "logo.png", "type": "image/png", "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": ".", diff --git a/src/data/sites/main/groups/visualization.ts b/src/data/sites/main/groups/visualization.ts index 54a4cf4..5b2345f 100644 --- a/src/data/sites/main/groups/visualization.ts +++ b/src/data/sites/main/groups/visualization.ts @@ -25,5 +25,16 @@ export const Visulization: IGroup = { order: 2, tags: ["GIS", "Web", "Data"], }, + { + "icon": "https://app.datawrapper.de/favicon.ico", + "name": "Datawrapper", + "en_name": "Datawrapper", + "description": "Datawrapper 是一个在线数据可视化工具,帮助用户创建各种图表和地图。", + "en_description": "Datawrapper is an online data visualization tool that helps users create various charts and maps.", + "site_url": "https://app.datawrapper.de/", + "order": 11, + "tags": ["Data Visualization", "Charts", "Maps"] + } + ] } diff --git a/src/data/sites/tech/groups/3d_tiles.ts b/src/data/sites/tech/groups/3d_tiles.ts index 3e1d178..b548c04 100644 --- a/src/data/sites/tech/groups/3d_tiles.ts +++ b/src/data/sites/tech/groups/3d_tiles.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '3D 瓦片', + en_name: '3D Tiles', order: 2, children: [] diff --git a/src/data/sites/tech/groups/comand_tools.ts b/src/data/sites/tech/groups/comand_tools.ts index 3e1d178..bc4e524 100644 --- a/src/data/sites/tech/groups/comand_tools.ts +++ b/src/data/sites/tech/groups/comand_tools.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '命令行工具', + en_name: 'comand_tools', order: 2, children: [] diff --git a/src/data/sites/tech/groups/data_spec.ts b/src/data/sites/tech/groups/data_spec.ts index 3e1d178..6468f8c 100644 --- a/src/data/sites/tech/groups/data_spec.ts +++ b/src/data/sites/tech/groups/data_spec.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '数据标准', + en_name: 'data_spec', order: 2, children: [] diff --git a/src/data/sites/tech/groups/frontEnd_tool.ts b/src/data/sites/tech/groups/frontEnd_tool.ts index 3e1d178..74d2b92 100644 --- a/src/data/sites/tech/groups/frontEnd_tool.ts +++ b/src/data/sites/tech/groups/frontEnd_tool.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '前端地图工具', + en_name: 'frontEnd_tool', order: 2, children: [] diff --git a/src/data/sites/tech/groups/map_server.ts b/src/data/sites/tech/groups/map_server.ts index 3e1d178..f705448 100644 --- a/src/data/sites/tech/groups/map_server.ts +++ b/src/data/sites/tech/groups/map_server.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '地图服务', + en_name: 'map_server', order: 2, children: [] diff --git a/src/data/sites/tech/groups/map_vis_lib.ts b/src/data/sites/tech/groups/map_vis_lib.ts index 3e1d178..41629ba 100644 --- a/src/data/sites/tech/groups/map_vis_lib.ts +++ b/src/data/sites/tech/groups/map_vis_lib.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '地图可视化引擎', + en_name: 'map_vis_lib', order: 2, children: [] diff --git a/src/data/sites/tech/groups/render_enigne.ts b/src/data/sites/tech/groups/render_enigne.ts index 3e1d178..74244c0 100644 --- a/src/data/sites/tech/groups/render_enigne.ts +++ b/src/data/sites/tech/groups/render_enigne.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '渲染引擎', + en_name: 'render_enigne', order: 2, children: [] diff --git a/src/data/sites/tech/groups/spatial_database.ts b/src/data/sites/tech/groups/spatial_database.ts index 3e1d178..f327c22 100644 --- a/src/data/sites/tech/groups/spatial_database.ts +++ b/src/data/sites/tech/groups/spatial_database.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '空间数据库', + en_name: 'spatial_database', order: 2, children: [] diff --git a/src/data/sites/tech/groups/vector_tile.ts b/src/data/sites/tech/groups/vector_tile.ts index 3e1d178..6eb88ae 100644 --- a/src/data/sites/tech/groups/vector_tile.ts +++ b/src/data/sites/tech/groups/vector_tile.ts @@ -1,8 +1,8 @@ import { IGroup } from '../../../types' export const GeoCoding: IGroup = { icon: '', - name: '地理编码', - en_name: 'geocoding', + name: '矢量瓦片', + en_name: 'VectorTile', order: 2, children: []