From 1ffaea5b8d024523e70c456ff30d1dc343fb0f89 Mon Sep 17 00:00:00 2001 From: Kaxi <1042864399@qq.com> Date: Tue, 2 Jun 2026 21:07:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E8=B5=9E=E5=8A=A9?= =?UTF-8?q?=E8=80=85=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- config/site.ts.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site.ts.example b/config/site.ts.example index 85e996a..f4a80f0 100644 --- a/config/site.ts.example +++ b/config/site.ts.example @@ -39,7 +39,7 @@ export const siteConfig = { qrcode: { wechat: '/sponsors/qrcode/wechat.png', }, - list: [] as { name: string; date: string; amount: string; avatar?: string }[], + list: [] as { name: string; date: string; amount: string; avatar?: string; text?: string }[], }, // Giscus 评论配置