mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 19:03:23 +08:00
默认显示所有支持的格式文件, 不做过滤
This commit is contained in:
@@ -379,8 +379,7 @@ export default {
|
||||
}
|
||||
const options = {
|
||||
filters: [
|
||||
{ name: 'JSON file', extensions: ['json'] },
|
||||
{ name: 'Text file', extensions: ['txt'] }
|
||||
{ name: '支持的文件格式', extensions: ['json', 'txt'] }
|
||||
],
|
||||
properties: ['openFile', 'multiSelections']
|
||||
}
|
||||
|
||||
@@ -351,9 +351,7 @@ export default {
|
||||
}
|
||||
const options = {
|
||||
filters: [
|
||||
{ name: 'm3u file', extensions: ['m3u', 'm3u8'] },
|
||||
{ name: 'JSON file', extensions: ['json'] },
|
||||
{ name: 'Text file', extensions: ['txt'] }
|
||||
{ name: '支持的文件格式', extensions: ['m3u', 'm3u8', 'json', 'txt'] }
|
||||
],
|
||||
properties: ['openFile', 'multiSelections']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user