mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
chore: show only necessary tags on a category
This commit is contained in:
@@ -11,6 +11,6 @@ export const tool = defineTool('video', {
|
||||
name: 'video:changeSpeed.title',
|
||||
description: 'video:changeSpeed.description',
|
||||
shortDescription: 'video:changeSpeed.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -22,6 +22,6 @@ export const tool = defineTool('video', {
|
||||
name: 'video:compress.title',
|
||||
description: 'video:compress.description',
|
||||
shortDescription: 'video:compress.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -19,7 +19,7 @@ export const tool = defineTool('video', {
|
||||
name: 'video:cropVideo.title',
|
||||
description: 'video:cropVideo.description',
|
||||
shortDescription: 'video:cropVideo.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
userTypes: ['General Users']
|
||||
},
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('video', {
|
||||
name: 'video:flip.title',
|
||||
description: 'video:flip.description',
|
||||
shortDescription: 'video:flip.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('video', {
|
||||
name: 'video:loop.title',
|
||||
description: 'video:loop.description',
|
||||
shortDescription: 'video:loop.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tool = defineTool('video', {
|
||||
name: 'video:rotate.title',
|
||||
description: 'video:rotate.description',
|
||||
shortDescription: 'video:rotate.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -10,6 +10,6 @@ export const tool = defineTool('video', {
|
||||
name: 'video:trim.title',
|
||||
description: 'video:trim.description',
|
||||
shortDescription: 'video:trim.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -10,6 +10,6 @@ export const tool = defineTool('video', {
|
||||
name: 'video:videoToGif.title',
|
||||
description: 'video:videoToGif.description',
|
||||
shortDescription: 'video:videoToGif.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
userTypes: ['General Users']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user