no message

This commit is contained in:
aipaw
2021-07-11 00:31:44 +08:00
parent 8f48d61cde
commit 7bf05c91a6
9 changed files with 244 additions and 16 deletions

View File

@@ -2229,6 +2229,9 @@ class Base
case 'file':
$type = ['jpg', 'jpeg', 'png', 'gif', 'doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx', 'txt', 'esp', 'pdf', 'rar', 'zip', 'gz'];
break;
case 'office':
$type = ['doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx'];
break;
case 'firmware':
$type = ['img', 'tar', 'bin'];
break;