From 40de0337be448bd817b5492aef4875414adbadf5 Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Tue, 16 Mar 2021 18:35:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E6=89=80?= =?UTF-8?q?=E6=9C=89=E6=94=AF=E6=8C=81=E7=9A=84=E6=A0=BC=E5=BC=8F=E6=96=87?= =?UTF-8?q?=E4=BB=B6,=20=E4=B8=8D=E5=81=9A=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditSites.vue | 3 +-- src/components/IPTV.vue | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/EditSites.vue b/src/components/EditSites.vue index be8afe3..3071eee 100644 --- a/src/components/EditSites.vue +++ b/src/components/EditSites.vue @@ -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'] } diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index 80b65eb..b80e585 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -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'] }