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'
};
+3 -1
View File
@@ -2,5 +2,7 @@ export default {
description: '您的捐赠将用于支持开发和维护工作,包括但不限于服务器维护、域名续费等。',
message: '留言时可留下您的邮箱或 github名称。',
refresh: '刷新列表',
toDonateList: '请我喝咖啡'
toDonateList: '请我喝咖啡',
noMessage: '暂无留言',
title: '捐赠列表'
};