From 96e4e813fd229cefa583a5f1b6b2561c64301667 Mon Sep 17 00:00:00 2001 From: yxq Date: Sun, 29 Sep 2024 16:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E5=86=85=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E5=90=8E=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E7=9A=84=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Content/ueditor/ueditor.all.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js index 95430d9ee..12a85e7b1 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js @@ -24801,8 +24801,11 @@ UE.plugin.register('insertfile', function (){ item = filelist[i]; icon = iconDir + getFileIcon(item.url); title = item.title || item.url.substr(item.url.lastIndexOf('/') + 1); + // html += '

' + + // '' + + // '' + title + '' + + // '

'; html += '

' + - '' + '' + title + '' + '

'; }