替换了格式
This commit is contained in:
@@ -77,7 +77,7 @@ export function provenimg(name: string): boolean{
|
||||
*/
|
||||
|
||||
export function provenvideo(name: string): boolean{
|
||||
const type = ['flv', 'mp4'];
|
||||
const type = ['flv', 'mp4', 'wmv', 'mov', 'avi'];
|
||||
const ntypearr = name.split('.');
|
||||
const ntype = ntypearr[ntypearr.length - 1];
|
||||
for(const i in type){
|
||||
|
||||
Reference in New Issue
Block a user