可编辑文件

This commit is contained in:
lijun 2025-10-28 20:18:30 +08:00
parent 682f1b06b9
commit 7779eaebcd
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ const handleGenOperate = async (row: File) => {
} }
const editFileType= {'txt':true,'json':true,'md':true,'py':true,'java':true,'cpp':true,'go':true,'js':true,'html':true,'css':true} const editFileType= {'txt':true,'json':true,'md':true,'py':true,'java':true,'cpp':true,'go':true,'js':true,'html':true,'css':true, 'sql':true, 'xml':true,'yaml':true,'yml':true,'sh':true,'bat':true};
const handleGenOperateV2 = async (row: File, content: any) => { const handleGenOperateV2 = async (row: File, content: any) => {
if (content.type == 'download'){ if (content.type == 'download'){