diff --git a/src/App.vue b/src/App.vue
index 67ce290..db69325 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -82,9 +82,7 @@ export default {
return this.grimoire.background || this.edition.background || "none";
},
backgroundColor: function() {
- return this.grimoire.isStreamerMode
- ? "#00FF00"
- : "transparent"
+ return this.grimoire.isStreamerMode ? "#00FF00" : "transparent";
}
},
data() {
diff --git a/src/components/Countdown.vue b/src/components/Countdown.vue
index ad9afba..510ddb4 100644
--- a/src/components/Countdown.vue
+++ b/src/components/Countdown.vue
@@ -36,10 +36,10 @@ div::before {
animation: forwards countdown calc(var(--timer) * 1s) linear;
}
-div::after{
- position:absolute;
+div::after {
+ position: absolute;
inset: 0;
- text-align:center;
+ text-align: center;
content: attr(data-text);
z-index: 2;
background: linear-gradient(
@@ -57,8 +57,8 @@ div::after{
width: 100%;
}
100% {
- width:0%;
- display:none;
+ width: 0%;
+ display: none;
}
}
diff --git a/src/components/Intro.vue b/src/components/Intro.vue
index 9132a47..442d2ff 100644
--- a/src/components/Intro.vue
+++ b/src/components/Intro.vue
@@ -13,7 +13,11 @@
{{ locale.intro.footerEnd }}
-
+
你想使用中文版魔典吗?
diff --git a/src/components/Menu.vue b/src/components/Menu.vue
index 7552840..a06f530 100644
--- a/src/components/Menu.vue
+++ b/src/components/Menu.vue
@@ -49,13 +49,21 @@