From 7052bd7e05cb0aa921dba955d230f07ac696d8a8 Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Wed, 28 Oct 2020 17:04:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A9=20=E6=96=B0=E5=A2=9E=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E8=A7=86=E9=A2=91=E6=97=B6=E6=8D=A2=E6=BA=90=E5=8A=9F?= =?UTF-8?q?=E8=83=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 81 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 2 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 75aeb4a..b09a636 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -19,6 +19,14 @@
+ + + 换源 + + + + + 下一集 @@ -87,7 +95,7 @@
- {{ right.type === 'list' ? '播放列表' : '历史记录' }} + {{ right.type === 'list' ? '播放列表' : right.type === 'history' ? '历史记录' : '其他相同资源' }} 关闭 @@ -106,6 +114,10 @@
  • 无数据
  • 【{{m.site}}】{{m.name}} 第{{m.index+1}}集删除
  • +
      +
    • 无数据
    • +
    • {{m.name}} - [{{m.site}}]
    • +
    @@ -113,7 +125,7 @@