mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
修复bug和改进翻译 #22
This commit is contained in:
parent
6ed061eff6
commit
23b68fc401
9 changed files with 107 additions and 90 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue