Skip to content

Commit

Permalink
chore: 调整分类
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Jul 19, 2024
1 parent f1d69da commit 2680e72
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions src/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,27 @@ import type { Optional } from '@/types/common'

const tools: Optional<ToolMenu, 'id'>[] = [
{
type: '编辑器',
icon: 'i-icon-park-outline-editor',
type: 'JSON工具',
icon: '',
children: [
{
name: 'JSON编辑器',
link: '/jsonEditor',
},
{
name: 'GeoJSON.io',
link: '/geoJson',
tags: [
'geojson',
'gis',
],
},
],
},
{
type: '编辑器',
icon: 'i-icon-park-outline-editor',
children: [
{
name: 'TinyEditor',
link: '/tinyEditor',
Expand All @@ -28,14 +42,6 @@ const tools: Optional<ToolMenu, 'id'>[] = [
type: '地图工具',
icon: 'i-icon-park-solid-map-draw',
children: [
{
name: 'GeoJSON.io',
link: '/geoJson',
tags: [
'geojson',
'gis',
],
},
{
name: '经纬度查询',
link: '/latLng',
Expand Down

0 comments on commit 2680e72

Please sign in to comment.