mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-14 01:46:52 -04:00
feat(tools): add category to various tools for better organization
This commit is contained in:
parent
06422fba4a
commit
5c335c556d
89 changed files with 112 additions and 193 deletions
|
@ -9,4 +9,5 @@ export const tool = defineTool({
|
|||
keywords: ['ipv4', 'subnet', 'calculator', 'mask', 'network', 'cidr', 'netmask', 'bitmask', 'broadcast', 'address'],
|
||||
component: () => import('./ipv4-subnet-calculator.vue'),
|
||||
icon: RouterOutlined,
|
||||
category: 'Network',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue