From 2680e729ce290c577400179c6e73c88a21dc55b2 Mon Sep 17 00:00:00 2001 From: ZvonimirSun Date: Fri, 19 Jul 2024 15:31:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tools.ts | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/tools.ts b/src/tools.ts index 9f36835b..86044c90 100644 --- a/src/tools.ts +++ b/src/tools.ts @@ -3,13 +3,27 @@ import type { Optional } from '@/types/common' const tools: Optional[] = [ { - 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', @@ -28,14 +42,6 @@ const tools: Optional[] = [ type: '地图工具', icon: 'i-icon-park-solid-map-draw', children: [ - { - name: 'GeoJSON.io', - link: '/geoJson', - tags: [ - 'geojson', - 'gis', - ], - }, { name: '经纬度查询', link: '/latLng',