mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: Add status text to like button when hover event triggers (#1789)
Signed-off-by: Kay Wei <weikaiii@sina.cn>
This commit is contained in:
parent
b589f82b6c
commit
9fcb6da960
5 changed files with 9 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ export default {
|
|||
},
|
||||
player: {
|
||||
like: '喜歡',
|
||||
unlike: '取消喜歡',
|
||||
previous: '上一首',
|
||||
next: '下一首',
|
||||
repeat: '循環播放',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue