mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-19 11:34:03 +01:00
Added user type filters and applied them to all tools
This commit is contained in:
@@ -10,5 +10,6 @@ export const tool = defineTool('string', {
|
||||
'A tool to add quotation marks or custom characters around text. Perfect for formatting strings for code, citations, or stylistic purposes.',
|
||||
shortDescription: 'Add quotes around text easily.',
|
||||
keywords: ['quote'],
|
||||
userTypes: ['General Users', 'Students', 'Developers'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user