feat: 优化捐赠留言显示

This commit is contained in:
alger
2025-05-07 00:15:45 +08:00
parent 2f07550316
commit 3ca7e9a271
3 changed files with 195 additions and 230 deletions
+3 -1
View File
@@ -3,5 +3,7 @@ export default {
'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',
toDonateList: 'Buy me a coffee'
toDonateList: 'Buy me a coffee',
title: 'Donation List',
noMessage: 'No Message'
};