feat(new tool): added Regex Cheatsheet

This commit is contained in:
ShareVB 2024-09-14 15:02:17 +02:00
parent f0a092f95a
commit e2a1748fa9
7 changed files with 177 additions and 10 deletions

View file

@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['regex', 'tester', 'sample', 'expression'],
component: () => import('./regex-tester.vue'),
icon: Language,
createdAt: new Date('2024-04-20'),
createdAt: new Date('2024-09-14'),
});