Fixing 'Students' not available bug

This commit is contained in:
AshAnand34
2025-07-21 22:55:47 -07:00
parent 1cae1c9fda
commit d108fda6b5
67 changed files with 67 additions and 67 deletions

View File

@@ -21,6 +21,6 @@ export const tool = defineTool('audio', {
name: 'audio:changeSpeed.title', name: 'audio:changeSpeed.title',
description: 'audio:changeSpeed.description', description: 'audio:changeSpeed.description',
shortDescription: 'audio:changeSpeed.shortDescription', shortDescription: 'audio:changeSpeed.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -22,6 +22,6 @@ export const tool = defineTool('audio', {
name: 'audio:extractAudio.title', name: 'audio:extractAudio.title',
description: 'audio:extractAudio.description', description: 'audio:extractAudio.description',
shortDescription: 'audio:extractAudio.shortDescription', shortDescription: 'audio:extractAudio.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('audio', {
description: 'audio:mergeAudio.description', description: 'audio:mergeAudio.description',
shortDescription: 'audio:mergeAudio.shortDescription', shortDescription: 'audio:mergeAudio.shortDescription',
longDescription: 'audio:mergeAudio.longDescription', longDescription: 'audio:mergeAudio.longDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'merge-audio', path: 'merge-audio',

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('audio', {
description: 'audio:trim.description', description: 'audio:trim.description',
shortDescription: 'audio:trim.shortDescription', shortDescription: 'audio:trim.shortDescription',
longDescription: 'audio:trim.longDescription', longDescription: 'audio:trim.longDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'trim', path: 'trim',

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('csv', {
description: 'csv:csvRowsToColumns.description', description: 'csv:csvRowsToColumns.description',
shortDescription: 'csv:csvRowsToColumns.shortDescription', shortDescription: 'csv:csvRowsToColumns.shortDescription',
longDescription: 'csv:csvRowsToColumns.longDescription', longDescription: 'csv:csvRowsToColumns.longDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'csv-rows-to-columns', path: 'csv-rows-to-columns',
icon: 'fluent:text-arrow-down-right-column-24-filled', icon: 'fluent:text-arrow-down-right-column-24-filled',

View File

@@ -6,7 +6,7 @@ export const tool = defineTool('csv', {
name: 'csv:csvToJson.title', name: 'csv:csvToJson.title',
description: 'csv:csvToJson.description', description: 'csv:csvToJson.description',
shortDescription: 'csv:csvToJson.shortDescription', shortDescription: 'csv:csvToJson.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'csv-to-json', path: 'csv-to-json',

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('csv', {
description: 'csv:csvToTsv.description', description: 'csv:csvToTsv.description',
shortDescription: 'csv:csvToTsv.shortDescription', shortDescription: 'csv:csvToTsv.shortDescription',
longDescription: 'csv:csvToTsv.longDescription', longDescription: 'csv:csvToTsv.longDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'csv-to-tsv', path: 'csv-to-tsv',

View File

@@ -6,7 +6,7 @@ export const tool = defineTool('csv', {
name: 'csv:csvToXml.title', name: 'csv:csvToXml.title',
description: 'csv:csvToXml.description', description: 'csv:csvToXml.description',
shortDescription: 'csv:csvToXml.shortDescription', shortDescription: 'csv:csvToXml.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'csv-to-xml', path: 'csv-to-xml',

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('csv', {
description: 'csv:swapCsvColumns.description', description: 'csv:swapCsvColumns.description',
shortDescription: 'csv:swapCsvColumns.shortDescription', shortDescription: 'csv:swapCsvColumns.shortDescription',
longDescription: 'csv:swapCsvColumns.longDescription', longDescription: 'csv:swapCsvColumns.longDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'swap-csv-columns', path: 'swap-csv-columns',

View File

@@ -6,7 +6,7 @@ export const tool = defineTool('image-generic', {
name: 'image:compress.title', name: 'image:compress.title',
description: 'image:compress.description', description: 'image:compress.description',
shortDescription: 'image:compress.shortDescription', shortDescription: 'image:compress.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'compress', path: 'compress',

View File

@@ -6,7 +6,7 @@ export const tool = defineTool('image-generic', {
name: 'image:resize.title', name: 'image:resize.title',
description: 'image:resize.description', description: 'image:resize.description',
shortDescription: 'image:resize.shortDescription', shortDescription: 'image:resize.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'resize', path: 'resize',

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('json', {
name: 'json:validateJson.title', name: 'json:validateJson.title',
description: 'json:validateJson.description', description: 'json:validateJson.description',
shortDescription: 'json:validateJson.shortDescription', shortDescription: 'json:validateJson.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('list', {
name: 'list:duplicate.title', name: 'list:duplicate.title',
description: 'list:duplicate.description', description: 'list:duplicate.description',
shortDescription: 'list:duplicate.shortDescription', shortDescription: 'list:duplicate.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('list', {
name: 'list:findMostPopular.title', name: 'list:findMostPopular.title',
description: 'list:findMostPopular.description', description: 'list:findMostPopular.description',
shortDescription: 'list:findMostPopular.shortDescription', shortDescription: 'list:findMostPopular.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('list', {
name: 'list:findUnique.title', name: 'list:findUnique.title',
description: 'list:findUnique.description', description: 'list:findUnique.description',
shortDescription: 'list:findUnique.shortDescription', shortDescription: 'list:findUnique.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('list', {
name: 'list:group.title', name: 'list:group.title',
description: 'list:group.description', description: 'list:group.description',
shortDescription: 'list:group.shortDescription', shortDescription: 'list:group.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -10,7 +10,7 @@ export const tool = defineTool('list', {
name: 'list:reverse.title', name: 'list:reverse.title',
description: 'list:reverse.description', description: 'list:reverse.description',
shortDescription: 'list:reverse.shortDescription', shortDescription: 'list:reverse.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
}, },
component: lazy(() => import('./index')) component: lazy(() => import('./index'))
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('list', {
name: 'list:rotate.title', name: 'list:rotate.title',
description: 'list:rotate.description', description: 'list:rotate.description',
shortDescription: 'list:rotate.shortDescription', shortDescription: 'list:rotate.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('list', {
name: 'list:shuffle.title', name: 'list:shuffle.title',
description: 'list:shuffle.description', description: 'list:shuffle.description',
shortDescription: 'list:shuffle.shortDescription', shortDescription: 'list:shuffle.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('list', {
name: 'list:sort.title', name: 'list:sort.title',
description: 'list:sort.description', description: 'list:sort.description',
shortDescription: 'list:sort.shortDescription', shortDescription: 'list:sort.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('list', {
name: 'list:truncate.title', name: 'list:truncate.title',
description: 'list:truncate.description', description: 'list:truncate.description',
shortDescription: 'list:truncate.shortDescription', shortDescription: 'list:truncate.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('list', {
name: 'list:unwrap.title', name: 'list:unwrap.title',
description: 'list:unwrap.description', description: 'list:unwrap.description',
shortDescription: 'list:unwrap.shortDescription', shortDescription: 'list:unwrap.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('list', {
name: 'list:wrap.title', name: 'list:wrap.title',
description: 'list:wrap.description', description: 'list:wrap.description',
shortDescription: 'list:wrap.shortDescription', shortDescription: 'list:wrap.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('number', {
name: 'number:arithmeticSequence.title', name: 'number:arithmeticSequence.title',
description: 'number:arithmeticSequence.description', description: 'number:arithmeticSequence.description',
shortDescription: 'number:arithmeticSequence.shortDescription', shortDescription: 'number:arithmeticSequence.shortDescription',
userTypes: ['Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('number', {
name: 'number:sum.title', name: 'number:sum.title',
description: 'number:sum.description', description: 'number:sum.description',
shortDescription: 'number:sum.shortDescription', shortDescription: 'number:sum.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -24,6 +24,6 @@ export const tool = defineTool('pdf', {
name: 'pdf:compressPdf.title', name: 'pdf:compressPdf.title',
description: 'pdf:compressPdf.description', description: 'pdf:compressPdf.description',
shortDescription: 'pdf:compressPdf.shortDescription', shortDescription: 'pdf:compressPdf.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -6,7 +6,7 @@ export const tool = defineTool('pdf', {
name: 'pdf:editor.title', name: 'pdf:editor.title',
description: 'pdf:editor.description', description: 'pdf:editor.description',
shortDescription: 'pdf:editor.shortDescription', shortDescription: 'pdf:editor.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'editor', path: 'editor',

View File

@@ -10,6 +10,6 @@ export const meta = defineTool('pdf', {
name: 'pdf:mergePdf.title', name: 'pdf:mergePdf.title',
description: 'pdf:mergePdf.description', description: 'pdf:mergePdf.description',
shortDescription: 'pdf:mergePdf.shortDescription', shortDescription: 'pdf:mergePdf.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -10,6 +10,6 @@ export const meta = defineTool('pdf', {
name: 'pdf:pdfToEpub.title', name: 'pdf:pdfToEpub.title',
description: 'pdf:pdfToEpub.description', description: 'pdf:pdfToEpub.description',
shortDescription: 'pdf:pdfToEpub.shortDescription', shortDescription: 'pdf:pdfToEpub.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('pdf', {
description: 'pdf:pdfToPng.description', description: 'pdf:pdfToPng.description',
shortDescription: 'pdf:pdfToPng.shortDescription', shortDescription: 'pdf:pdfToPng.shortDescription',
longDescription: 'pdf:pdfToPng.longDescription', longDescription: 'pdf:pdfToPng.longDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'pdf-to-png', path: 'pdf-to-png',

View File

@@ -23,6 +23,6 @@ export const tool = defineTool('pdf', {
name: 'pdf:protectPdf.title', name: 'pdf:protectPdf.title',
description: 'pdf:protectPdf.description', description: 'pdf:protectPdf.description',
shortDescription: 'pdf:protectPdf.shortDescription', shortDescription: 'pdf:protectPdf.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('pdf', {
description: 'pdf:rotatePdf.description', description: 'pdf:rotatePdf.description',
shortDescription: 'pdf:rotatePdf.shortDescription', shortDescription: 'pdf:rotatePdf.shortDescription',
longDescription: 'pdf:rotatePdf.longDescription', longDescription: 'pdf:rotatePdf.longDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'rotate-pdf', path: 'rotate-pdf',

View File

@@ -10,6 +10,6 @@ export const meta = defineTool('pdf', {
name: 'pdf:splitPdf.title', name: 'pdf:splitPdf.title',
description: 'pdf:splitPdf.description', description: 'pdf:splitPdf.description',
shortDescription: 'pdf:splitPdf.shortDescription', shortDescription: 'pdf:splitPdf.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('string', {
name: 'string:base64.title', name: 'string:base64.title',
description: 'string:base64.description', description: 'string:base64.description',
shortDescription: 'string:base64.shortDescription', shortDescription: 'string:base64.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:censor.title', name: 'string:censor.title',
description: 'string:censor.description', description: 'string:censor.description',
shortDescription: 'string:censor.shortDescription', shortDescription: 'string:censor.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:createPalindrome.title', name: 'string:createPalindrome.title',
description: 'string:createPalindrome.description', description: 'string:createPalindrome.description',
shortDescription: 'string:createPalindrome.shortDescription', shortDescription: 'string:createPalindrome.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:extractSubstring.title', name: 'string:extractSubstring.title',
description: 'string:extractSubstring.description', description: 'string:extractSubstring.description',
shortDescription: 'string:extractSubstring.shortDescription', shortDescription: 'string:extractSubstring.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:join.title', name: 'string:join.title',
description: 'string:join.description', description: 'string:join.description',
shortDescription: 'string:join.shortDescription', shortDescription: 'string:join.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:palindrome.title', name: 'string:palindrome.title',
description: 'string:palindrome.description', description: 'string:palindrome.description',
shortDescription: 'string:palindrome.shortDescription', shortDescription: 'string:palindrome.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:quote.title', name: 'string:quote.title',
description: 'string:quote.description', description: 'string:quote.description',
shortDescription: 'string:quote.shortDescription', shortDescription: 'string:quote.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:randomizeCase.title', name: 'string:randomizeCase.title',
description: 'string:randomizeCase.description', description: 'string:randomizeCase.description',
shortDescription: 'string:randomizeCase.shortDescription', shortDescription: 'string:randomizeCase.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('string', {
name: 'string:removeDuplicateLines.title', name: 'string:removeDuplicateLines.title',
description: 'string:removeDuplicateLines.description', description: 'string:removeDuplicateLines.description',
shortDescription: 'string:removeDuplicateLines.shortDescription', shortDescription: 'string:removeDuplicateLines.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:repeat.title', name: 'string:repeat.title',
description: 'string:repeat.description', description: 'string:repeat.description',
shortDescription: 'string:repeat.shortDescription', shortDescription: 'string:repeat.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('string', {
name: 'string:reverse.title', name: 'string:reverse.title',
description: 'string:reverse.description', description: 'string:reverse.description',
shortDescription: 'string:reverse.shortDescription', shortDescription: 'string:reverse.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('string', {
name: 'string:rot13.title', name: 'string:rot13.title',
description: 'string:rot13.description', description: 'string:rot13.description',
shortDescription: 'string:rot13.shortDescription', shortDescription: 'string:rot13.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'rot13', path: 'rot13',

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('string', {
name: 'string:rotate.title', name: 'string:rotate.title',
description: 'string:rotate.description', description: 'string:rotate.description',
shortDescription: 'string:rotate.shortDescription', shortDescription: 'string:rotate.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'rotate', path: 'rotate',

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:split.title', name: 'string:split.title',
description: 'string:split.description', description: 'string:split.description',
shortDescription: 'string:split.shortDescription', shortDescription: 'string:split.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -12,6 +12,6 @@ export const tool = defineTool('string', {
name: 'string:statistic.title', name: 'string:statistic.title',
description: 'string:statistic.description', description: 'string:statistic.description',
shortDescription: 'string:statistic.shortDescription', shortDescription: 'string:statistic.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -6,7 +6,7 @@ export const tool = defineTool('string', {
name: 'string:textReplacer.title', name: 'string:textReplacer.title',
description: 'string:textReplacer.description', description: 'string:textReplacer.description',
shortDescription: 'string:textReplacer.shortDescription', shortDescription: 'string:textReplacer.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
path: 'replacer', path: 'replacer',

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('string', {
name: 'string:toMorse.title', name: 'string:toMorse.title',
description: 'string:toMorse.description', description: 'string:toMorse.description',
shortDescription: 'string:toMorse.shortDescription', shortDescription: 'string:toMorse.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('string', {
name: 'string:truncate.title', name: 'string:truncate.title',
description: 'string:truncate.description', description: 'string:truncate.description',
shortDescription: 'string:truncate.shortDescription', shortDescription: 'string:truncate.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('string', {
name: 'string:uppercase.title', name: 'string:uppercase.title',
description: 'string:uppercase.description', description: 'string:uppercase.description',
shortDescription: 'string:uppercase.shortDescription', shortDescription: 'string:uppercase.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:checkLeapYears.title', name: 'time:checkLeapYears.title',
description: 'time:checkLeapYears.description', description: 'time:checkLeapYears.description',
shortDescription: 'time:checkLeapYears.shortDescription', shortDescription: 'time:checkLeapYears.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertDaysToHours.title', name: 'time:convertDaysToHours.title',
description: 'time:convertDaysToHours.description', description: 'time:convertDaysToHours.description',
shortDescription: 'time:convertDaysToHours.shortDescription', shortDescription: 'time:convertDaysToHours.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertHoursToDays.title', name: 'time:convertHoursToDays.title',
description: 'time:convertHoursToDays.description', description: 'time:convertHoursToDays.description',
shortDescription: 'time:convertHoursToDays.shortDescription', shortDescription: 'time:convertHoursToDays.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertSecondsToTime.title', name: 'time:convertSecondsToTime.title',
description: 'time:convertSecondsToTime.description', description: 'time:convertSecondsToTime.description',
shortDescription: 'time:convertSecondsToTime.shortDescription', shortDescription: 'time:convertSecondsToTime.shortDescription',
userTypes: ['General Users', 'Students'] userTypes: ['General Users']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertTimeToSeconds.title', name: 'time:convertTimeToSeconds.title',
description: 'time:convertTimeToSeconds.description', description: 'time:convertTimeToSeconds.description',
shortDescription: 'time:convertTimeToSeconds.shortDescription', shortDescription: 'time:convertTimeToSeconds.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:timeBetweenDates.title', name: 'time:timeBetweenDates.title',
description: 'time:timeBetweenDates.description', description: 'time:timeBetweenDates.description',
shortDescription: 'time:timeBetweenDates.shortDescription', shortDescription: 'time:timeBetweenDates.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:truncateClockTime.title', name: 'time:truncateClockTime.title',
description: 'time:truncateClockTime.description', description: 'time:truncateClockTime.description',
shortDescription: 'time:truncateClockTime.shortDescription', shortDescription: 'time:truncateClockTime.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('video', {
name: 'video:changeSpeed.title', name: 'video:changeSpeed.title',
description: 'video:changeSpeed.description', description: 'video:changeSpeed.description',
shortDescription: 'video:changeSpeed.shortDescription', shortDescription: 'video:changeSpeed.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -22,6 +22,6 @@ export const tool = defineTool('video', {
name: 'video:compress.title', name: 'video:compress.title',
description: 'video:compress.description', description: 'video:compress.description',
shortDescription: 'video:compress.shortDescription', shortDescription: 'video:compress.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -19,7 +19,7 @@ export const tool = defineTool('video', {
name: 'video:cropVideo.title', name: 'video:cropVideo.title',
description: 'video:cropVideo.description', description: 'video:cropVideo.description',
shortDescription: 'video:cropVideo.shortDescription', shortDescription: 'video:cropVideo.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
}, },
component: lazy(() => import('./index')) component: lazy(() => import('./index'))
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('video', {
name: 'video:flip.title', name: 'video:flip.title',
description: 'video:flip.description', description: 'video:flip.description',
shortDescription: 'video:flip.shortDescription', shortDescription: 'video:flip.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('video', {
name: 'video:loop.title', name: 'video:loop.title',
description: 'video:loop.description', description: 'video:loop.description',
shortDescription: 'video:loop.shortDescription', shortDescription: 'video:loop.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('video', {
name: 'video:rotate.title', name: 'video:rotate.title',
description: 'video:rotate.description', description: 'video:rotate.description',
shortDescription: 'video:rotate.shortDescription', shortDescription: 'video:rotate.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -10,6 +10,6 @@ export const tool = defineTool('video', {
name: 'video:trim.title', name: 'video:trim.title',
description: 'video:trim.description', description: 'video:trim.description',
shortDescription: 'video:trim.shortDescription', shortDescription: 'video:trim.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });

View File

@@ -10,6 +10,6 @@ export const tool = defineTool('video', {
name: 'video:videoToGif.title', name: 'video:videoToGif.title',
description: 'video:videoToGif.description', description: 'video:videoToGif.description',
shortDescription: 'video:videoToGif.shortDescription', shortDescription: 'video:videoToGif.shortDescription',
userTypes: ['General Users', 'Students', 'Developers'] userTypes: ['General Users', 'Developers']
} }
}); });