1
0
forked from zguiy/utils

增加印章

This commit is contained in:
2025-06-29 03:01:56 +08:00
parent 803139a1c9
commit a262c52c73
11 changed files with 1942 additions and 230 deletions

View File

@ -2,7 +2,7 @@ import {
faCode, faExchangeAlt, faClock, faGlobe, faLink, faLock,
faImage, faCogs, faFileCode, faKey, faFont,
faCalendarAlt, faPalette, faEdit, faRuler, faNetworkWired,
faEraser, faCalculator, faFileAlt, faBookmark
faEraser, faCalculator, faFileAlt, faBookmark, faStamp
} from '@fortawesome/free-solid-svg-icons'
import type { Tool } from '@/types/tools'
@ -181,6 +181,12 @@ const tools: Tool[] = [
icon: faBookmark,
category: ['common', 'file'],
keywords: ['chrome书签', '书签恢复', '书签导入', '书签', 'chrome', 'bookmark', '书签备份', '书签导出', 'shuqian', 'sq', 'huifu', 'hf', 'chrome书签恢复', 'chromehuifu']
},
{
code: 'seal_generator',
icon: faStamp,
category: ['common', 'image'],
keywords: ['印章', '印章生成', '电子印章', '公司印章', '个人印章', '印章制作', 'seal', 'stamp', 'yinzhang', 'yz', 'yinzhangshengcheng', 'yzsc', 'gongsiyz', 'gerenyinzhang', 'seal generator']
}
]