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 @@