perf: 支持更多办公文件格式

This commit is contained in:
kuaifan
2024-12-13 09:47:52 +08:00
parent bcc74dd927
commit 0d6fd903f1
3 changed files with 35 additions and 41 deletions

View File

@@ -2017,7 +2017,7 @@ class Base
$type = ['mp3', 'wma', 'wav', 'amr'];
break;
case 'excel':
$type = ['xls', 'xlsx'];
$type = ['xls', 'xlsx', 'xlsm', 'xlt', 'xltx', 'ods', 'ots', 'csv', 'tsv'];
break;
case 'app':
$type = ['apk'];