修复bug和改进翻译 #22

This commit is contained in:
qier222 2020-10-20 21:40:01 +08:00
parent 6ed061eff6
commit 23b68fc401
9 changed files with 107 additions and 90 deletions

View file

@ -31,7 +31,7 @@ export default {
components: {
Navbar,
Player,
GlobalEvents,
GlobalEvents
},
methods: {
play(e) {
@ -42,8 +42,8 @@ export default {
if (event.target.tagName === "INPUT") return false;
if (this.$route.name === "mv") return false;
return true;
},
},
}
}
};
</script>
@ -72,6 +72,7 @@ main {
}
button {
font-family: inherit;
background: none;
border: none;
cursor: pointer;