fix: build error
This commit is contained in:
parent
cef2842811
commit
b5bf049371
|
|
@ -6,8 +6,8 @@ import {
|
|||
Database,
|
||||
FileSearch,
|
||||
MessageCircle,
|
||||
Droplets
|
||||
Image
|
||||
Droplets,
|
||||
ImageIcon
|
||||
} from 'lucide-react';
|
||||
import { Tool, ToolCategory, ToolStatus } from '../types/tool';
|
||||
|
||||
|
|
@ -92,7 +92,7 @@ export const TOOLS_DATA: Tool[] = [
|
|||
name: '批量缩略图生成器',
|
||||
description: '为视频文件批量生成预览缩略图和时间轴,支持自定义时间戳、尺寸和格式',
|
||||
longDescription: '专业的批量缩略图生成工具,支持多种视频格式的批量处理。提供灵活的时间戳配置、多种尺寸预设、智能场景检测和时间轴缩略图生成功能。支持并发处理、进度监控和错误恢复机制。',
|
||||
icon: Image,
|
||||
icon: ImageIcon,
|
||||
route: '/tools/batch-thumbnail-generator',
|
||||
category: ToolCategory.FILE_PROCESSING,
|
||||
status: ToolStatus.STABLE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue