mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-10 18:19:52 +05:30
feat: ui changes
This commit is contained in:
parent
8917c3c2ec
commit
d4c544609a
35 changed files with 190 additions and 68 deletions
|
|
@ -92,12 +92,11 @@ createToolFile(
|
|||
`
|
||||
import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
// import image from '@assets/text.png';
|
||||
|
||||
export const tool = defineTool('${type}', {
|
||||
name: '${toolNameTitleCase}',
|
||||
path: '${toolName}',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['${toolName.split('-').join("', '")}'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue