feat: 优化赞赏支持

This commit is contained in:
alger
2025-03-08 23:22:56 +08:00
parent ccc59ea893
commit ce276df55c
7 changed files with 35 additions and 7 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ export default {
qqGroup: 'QQ group: 789288579',
messages: {
copySuccess: 'Copied to clipboard'
}
},
donateList: 'Buy me a coffee'
},
playlistType: {
title: 'Playlist Category',
+2 -1
View File
@@ -2,5 +2,6 @@ export default {
description:
'Your donation will be used to support development and maintenance work, including but not limited to server maintenance, domain name renewal, etc.',
message: 'You can leave your email or github name when leaving a message.',
refresh: 'Refresh List'
refresh: 'Refresh List',
toDonateList: 'Buy me a coffee'
};
+2 -1
View File
@@ -51,7 +51,8 @@ export default {
qqGroup: 'QQ群:789288579',
messages: {
copySuccess: '已复制到剪贴板'
}
},
donateList: '请我喝咖啡'
},
playlistType: {
title: '歌单分类',
+2 -1
View File
@@ -1,5 +1,6 @@
export default {
description: '您的捐赠将用于支持开发和维护工作,包括但不限于服务器维护、域名续费等。',
message: '留言时可留下您的邮箱或 github名称。',
refresh: '刷新列表'
refresh: '刷新列表',
toDonateList: '请我喝咖啡'
};