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'
};