From 8a3eb1e2f61a36df4c5e82358e8d0f76c3893f55 Mon Sep 17 00:00:00 2001
From: mubai <1609539827@qq.com>
Date: Tue, 12 Sep 2023 22:03:02 +0800
Subject: [PATCH] autoplay next episoed
---
client/index.html | 2 +-
client/src/style.css | 1 +
client/src/views/index/Play.vue | 101 +++++++++++++++++++++++++++-----
client/vite.config.ts | 2 +-
4 files changed, 88 insertions(+), 18 deletions(-)
diff --git a/client/index.html b/client/index.html
index cff064c..40d6e0a 100644
--- a/client/index.html
+++ b/client/index.html
@@ -10,7 +10,7 @@
(╥﹏╥)
-
+
diff --git a/client/src/style.css b/client/src/style.css
index a59b3b0..c2d75bd 100644
--- a/client/src/style.css
+++ b/client/src/style.css
@@ -18,6 +18,7 @@ a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
+ outline: none;
}
a:hover {
color: #535bf2;
diff --git a/client/src/views/index/Play.vue b/client/src/views/index/Play.vue
index 534f576..5a54aba 100644
--- a/client/src/views/index/Play.vue
+++ b/client/src/views/index/Play.vue
@@ -2,8 +2,8 @@
-
{{ data.detail.descriptor.cName }}
- {{ data.detail.descriptor.classTag ? data.detail.descriptor.classTag : '未知' }}
- {{ data.detail.descriptor.year }}
- {{ data.detail.descriptor.area }}
+ {{
+ data.detail.descriptor.classTag ? data.detail.descriptor.classTag.replaceAll(',', '/') : '未知'
+ }}
+ {{ data.detail.descriptor.year }}
+ {{ data.detail.descriptor.area }}
-
+
@@ -40,7 +47,8 @@
@@ -55,7 +63,7 @@