Update src/tools/list-converter/index.ts
This commit is contained in:
parent
557860ba08
commit
06b4aef422
@ -8,6 +8,6 @@ export const tool = defineTool({
|
|||||||
'This tool can process column-based data and apply various changes (transpose, add prefix and suffix, reverse list, sort list, lowercase values, truncate values) to each row.',
|
'This tool can process column-based data and apply various changes (transpose, add prefix and suffix, reverse list, sort list, lowercase values, truncate values) to each row.',
|
||||||
keywords: ['list', 'converter', 'sort', 'reverse', 'prefix', 'suffix', 'lowercase', 'truncate'],
|
keywords: ['list', 'converter', 'sort', 'reverse', 'prefix', 'suffix', 'lowercase', 'truncate'],
|
||||||
component: () => import('./list-converter.vue'),
|
component: () => import('./list-converter.vue'),
|
||||||
icon: ArrowsShuffle,
|
icon: List,
|
||||||
createdAt: new Date('2023-05-07'),
|
createdAt: new Date('2023-05-07'),
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user