Skip to content

Commit

Permalink
chore: 完善信息
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Dec 1, 2023
1 parent a0ccde2 commit efc9924
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 24 deletions.
7 changes: 1 addition & 6 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "DipperMap",
"name": "星辰地图工具网站导航",
"name": "星辰地图网站导航",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -11,11 +11,6 @@
"src": "logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down
11 changes: 11 additions & 0 deletions src/data/sites/main/groups/visualization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

]
}
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/3d_tiles.ts
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/comand_tools.ts
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/data_spec.ts
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/frontEnd_tool.ts
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/map_server.ts
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/map_vis_lib.ts
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/render_enigne.ts
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/spatial_database.ts
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions src/data/sites/tech/groups/vector_tile.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { IGroup } from '../../../types'
export const GeoCoding: IGroup = {
icon: '',
name: '地理编码',
en_name: 'geocoding',
name: '矢量瓦片',
en_name: 'VectorTile',
order: 2,
children: []

Expand Down

0 comments on commit efc9924

Please sign in to comment.