Skip to content

Commit 093c424

Browse files
committed
feat(new tool): RJ45 memo
Fix #304
1 parent 9663373 commit 093c424

3 files changed

Lines changed: 168 additions & 0 deletions

File tree

src/tools/rj45-memo/index.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { WorldLatitude } from '@vicons/tabler';
2+
import { defineTool } from '../tool';
3+
4+
export const tool = defineTool({
5+
name: 'RJ45 Cat6 Wiring Cheatsheet',
6+
path: '/rj45-memo',
7+
description: 'Complete RJ45 Cat6 Wiring cheatsheet',
8+
keywords: ['rj45', 'cat6', 'wiring', 'cheatsheet', 'memo'],
9+
component: () => import('./rj45-memo.vue'),
10+
icon: WorldLatitude,
11+
createdAt: new Date('2026-01-24'),
12+
category: 'Forensic',
13+
});

0 commit comments

Comments
 (0)