From ff62ef729a15d819970f155d657bbac2e85e2760 Mon Sep 17 00:00:00 2001 From: "Mr.Huan" Date: Tue, 25 Jan 2022 09:37:45 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=94=AF=E6=8C=81xmind,rp=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Module/Base.php | 1 + resources/assets/js/pages/manage/file.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/app/Module/Base.php b/app/Module/Base.php index dd08872b..6c6106bc 100755 --- a/app/Module/Base.php +++ b/app/Module/Base.php @@ -2258,6 +2258,7 @@ class Base 'php', 'go', 'python', 'js', 'ftl', 'css', 'lua', 'rb', 'yaml', 'yml', 'h', 'cs', 'aspx', 'mp3', 'wav', 'mp4', 'flv', 'avi', 'mov', 'wmv', 'mkv', '3gp', 'rm', + 'xmind', 'rp', ]; break; default: diff --git a/resources/assets/js/pages/manage/file.vue b/resources/assets/js/pages/manage/file.vue index fb091790..e75cc108 100644 --- a/resources/assets/js/pages/manage/file.vue +++ b/resources/assets/js/pages/manage/file.vue @@ -410,6 +410,7 @@ export default { 'php', 'go', 'python', 'js', 'ftl', 'css', 'lua', 'rb', 'yaml', 'yml', 'h', 'cs', 'aspx', 'mp3', 'wav', 'mp4', 'flv', 'avi', 'mov', 'wmv', 'mkv', '3gp', 'rm', + 'xmind', 'rp', ], uploadAccept: '', maxSize: 204800,