From 31653458391e89d38f6454dabc36228cfb95a390 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Wed, 18 Nov 2020 21:07:40 +0800 Subject: [PATCH] =?UTF-8?q?Play=E5=81=9A=E7=9B=B8=E5=BA=94=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=BB=A5=E4=BD=BF=E7=94=A8channelList=E4=BB=A3?= =?UTF-8?q?=E6=9B=BFiptvList?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 70 ++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index c29c2af..f850045 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -101,7 +101,7 @@ 上次播放到【{{right.history[0].site}}】{{right.history[0].name}} 第{{right.history[0].index+1}}集
- + 换源 @@ -137,7 +137,7 @@ 历史记录 快捷键指南{{ this.video.iptv ? '(直播时部分功能不可用)' : '' }} 同组其他源的视频 - 该频道其它源 + 该频道可用源 关闭 @@ -163,9 +163,11 @@
  • 无数据
  • {{m.name}} - [{{m.site.name}}]
  • -
      -
    • 无数据
    • -
    • {{channel.name}}
    • +
        +
      • 无数据
      • +
      • + {{ channel.id === video.iptv.id ? channel.name + '[当前]' : channel.name }} +
    @@ -174,7 +176,7 @@