forked from zguiy/utils
更新
This commit is contained in:
@ -8,12 +8,12 @@ import type { Tool } from '@/types/tools'
|
||||
|
||||
// 定义工具列表
|
||||
const tools: Tool[] = [
|
||||
{
|
||||
code: 'json_formatter',
|
||||
icon: faCode,
|
||||
category: ['common', 'json'],
|
||||
keywords: ['json', 'json格式化', '格式化', '美化', '压缩', '校验', 'formatter', 'validator', 'gshjson', 'gshjson', 'jsonxg', 'jxg']
|
||||
},
|
||||
// {
|
||||
// code: 'json_formatter',
|
||||
// icon: faCode,
|
||||
// category: ['common', 'json'],
|
||||
// keywords: ['json', 'json格式化', '格式化', '美化', '压缩', '校验', 'formatter', 'validator', 'gshjson', 'gshjson', 'jsonxg', 'jxg']
|
||||
// },
|
||||
{
|
||||
code: 'http_tester',
|
||||
icon: faGlobe,
|
||||
@ -170,12 +170,6 @@ const tools: Tool[] = [
|
||||
category: ['image'],
|
||||
keywords: ['图标', 'ico', '图片转ico', 'icon', '图标生成', '图标转换', 'favicon', '网站图标', 'tubiao', 'tb', 'zhuanicon', 'icon转换', 'icon生成']
|
||||
},
|
||||
{
|
||||
code: 'cron_generator',
|
||||
icon: faCalendarAlt,
|
||||
category: ['datetime'],
|
||||
keywords: ['cron', 'cron表达式', '定时任务', '调度', '表达式生成', '执行时间', 'crontab', 'quartz', 'schedule', 'dingshi', 'dingshibiaodashi', 'dsrw', 'bds', 'cronbds']
|
||||
},
|
||||
{
|
||||
code: 'chrome_bookmark_recovery',
|
||||
icon: faBookmark,
|
||||
|
||||
Reference in New Issue
Block a user