Fix: xls not supported (#329)

This commit is contained in:
KVOJJJin
2023-06-09 16:11:27 +08:00
committed by GitHub
parent 5943385d42
commit b055470147
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ const ACCEPTS = [
'.md',
'.markdown',
'.txt',
'.xls',
// '.xls',
'.xlsx',
'.csv',
]