From 2b574d33b50792a9d2487940789e6b036ff5c2f7 Mon Sep 17 00:00:00 2001 From: bietiaop <1527109126@qq.com> Date: Sun, 2 Feb 2025 11:46:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E5=9B=BE=E6=A0=87=E9=98=B2=E6=AD=A2=E8=AF=AF=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- napcat.webui/src/components/file_manage/file_table.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/napcat.webui/src/components/file_manage/file_table.tsx b/napcat.webui/src/components/file_manage/file_table.tsx index 6e6e86ec..22cccb26 100644 --- a/napcat.webui/src/components/file_manage/file_table.tsx +++ b/napcat.webui/src/components/file_manage/file_table.tsx @@ -12,7 +12,8 @@ import { } from '@heroui/table' import { Tooltip } from '@heroui/tooltip' import path from 'path-browserify' -import { FiCopy, FiEdit2, FiMove, FiTrash2 } from 'react-icons/fi' +import { BiRename } from 'react-icons/bi' +import { FiCopy, FiMove, FiTrash2 } from 'react-icons/fi' import FileIcon from '@/components/file_icon' @@ -115,7 +116,7 @@ export default function FileTable({ variant="flat" onPress={() => onRenameRequest(file.name)} > - +