From 04bd089bd966dce23639de341bb7fd2bd2222e45 Mon Sep 17 00:00:00 2001
From: liuweiwen <“529520975@qq.com>
Date: Tue, 10 Dec 2019 10:15:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=A7=86=E9=A2=91=E6=A0=BC?=
=?UTF-8?q?=E5=BC=8F=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Admin/View/Game/edit.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Application/Admin/View/Game/edit.html b/Application/Admin/View/Game/edit.html
index 3315c28b0..e3009e1c1 100644
--- a/Application/Admin/View/Game/edit.html
+++ b/Application/Admin/View/Game/edit.html
@@ -380,7 +380,7 @@
- 视频大小不能超过20M
+ 视频大小不能超过20M,支持格式:mp4,3gp,wmv,asf,asx,mov,m4v,avi,flv,qlv
@@ -1139,8 +1139,8 @@
paste: document.body,
accept: {
title: '视频',
- extensions: 'mp4,3gp,wmv,asf,asx,mov,m4v,avi,flv,',
- mimeTypes: '.mp4,.3gp,.wmv,.asf,.asx,.mov,.m4v,.avi,.flv',
+ extensions: 'mp4,3gp,wmv,asf,asx,mov,m4v,avi,flv,qlv',
+ mimeTypes: '.mp4,.3gp,.wmv,.asf,.asx,.mov,.m4v,.avi,.flv,.qlv',
},
// 不压缩image, 默认如果是jpeg,文件上传前会压缩一把再上传!
resize: false,