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:
Kay W 2022-09-09 12:45:22 +08:00 committed by GitHub
parent b589f82b6c
commit 9fcb6da960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 1 deletions

View file

@ -99,6 +99,7 @@ export default {
},
player: {
like: '喜歡',
unlike: '取消喜歡',
previous: '上一首',
next: '下一首',
repeat: '循環播放',