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 @@
- {{ item.episode }}
@@ -55,7 +63,7 @@