Skip to content

Commit 1f9ddde

Browse files
author
阿岳
committed
feat: 更新赞助
1 parent 6532bac commit 1f9ddde

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

app/src/sub/SettingsWindow/credits.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const donations: DonationData[] = [
2020
// { user: "MacBook", note: "littlefean", amount: -7599.2 },
2121
{ user: "域名 project-graph.top", note: "zty012", amount: -13.66 },
2222
// 以下为捐赠用户
23+
{ user: "星尘_", note: "brokenstring加油!", amount: 30 },
24+
{ user: "百乐", note: "", amount: 50 },
2325
{ user: "Ryouji", note: "项目很好用,期待超越xmind", amount: 20 },
2426
{ user: "熱切", note: "", amount: 20 },
2527
{ user: "熊猫斯坦", note: "啥时候考虑上架思源笔记挂件市场", amount: 50 },
@@ -237,15 +239,14 @@ export default function CreditsTab() {
237239
</div>
238240
</>
239241
) : (
240-
<>
241-
<div className="bg-muted/50 flex flex-1 flex-col items-center gap-2 rounded-lg border p-4 text-sm">
242-
<p className="text-center">在过去的{actualDays}个日夜中,是屏幕前您的认可与支持,给了我们最温暖的鼓励</p>
243-
<div className="flex flex-nowrap items-center justify-center gap-1">
244-
<Heart className="size-4" />
245-
<span className="text-sm">谨以此墙,致敬所有同行者</span>
246-
</div>
242+
<div className="bg-muted/50 flex flex-1 flex-col items-center gap-2 rounded-lg border p-4 text-sm">
243+
<p className="text-center">在过去的{actualDays}个日夜中,是屏幕前您的认可与支持,给了我们最温暖的鼓励</p>
244+
<p className="text-xs opacity-50">您的支持可以让开发者的维护更持久,激励我们研究并创新</p>
245+
<div className="flex flex-nowrap items-center justify-center gap-1">
246+
<Heart className="size-4" />
247+
<span className="text-sm">谨以此墙,致敬所有同行者</span>
247248
</div>
248-
</>
249+
</div>
249250
)}
250251

251252
<Popover.Confirm

0 commit comments

Comments
 (0)