From 3ca7e9a27199fe78e6a825f3d78680a06cc6a08d Mon Sep 17 00:00:00 2001 From: alger Date: Wed, 7 May 2025 00:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BC=98=E5=8C=96=E6=8D=90?= =?UTF-8?q?=E8=B5=A0=E7=95=99=E8=A8=80=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/en-US/donation.ts | 4 +- src/i18n/lang/zh-CN/donation.ts | 4 +- .../components/common/DonationList.vue | 417 ++++++++---------- 3 files changed, 195 insertions(+), 230 deletions(-) diff --git a/src/i18n/lang/en-US/donation.ts b/src/i18n/lang/en-US/donation.ts index 58cf19c..2c92e84 100644 --- a/src/i18n/lang/en-US/donation.ts +++ b/src/i18n/lang/en-US/donation.ts @@ -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' }; diff --git a/src/i18n/lang/zh-CN/donation.ts b/src/i18n/lang/zh-CN/donation.ts index e79eeb5..01a1704 100644 --- a/src/i18n/lang/zh-CN/donation.ts +++ b/src/i18n/lang/zh-CN/donation.ts @@ -2,5 +2,7 @@ export default { description: '您的捐赠将用于支持开发和维护工作,包括但不限于服务器维护、域名续费等。', message: '留言时可留下您的邮箱或 github名称。', refresh: '刷新列表', - toDonateList: '请我喝咖啡' + toDonateList: '请我喝咖啡', + noMessage: '暂无留言', + title: '捐赠列表' }; diff --git a/src/renderer/components/common/DonationList.vue b/src/renderer/components/common/DonationList.vue index 5271350..5956181 100644 --- a/src/renderer/components/common/DonationList.vue +++ b/src/renderer/components/common/DonationList.vue @@ -1,6 +1,44 @@