Skip to content

Commit 9875b32

Browse files
committed
doc: 增加赞助信息,优化welcome界面版本号css
1 parent 48c5dd0 commit 9875b32

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/src/components/welcome-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function WelcomePage() {
2929
<div className="flex flex-col gap-8">
3030
<div className="flex flex-col gap-2">
3131
<div className="text-3xl">
32-
Project Graph <span className="text-2xl opacity-50">{appVersion}</span>
32+
Project Graph <span className="rounded-lg px-2 py-1 text-lg opacity-50 ring">{appVersion}</span>
3333
</div>
3434
<div className="text-lg opacity-50">{t("slogan")}</div>
3535
</div>

app/src/sub/SettingsWindow/credits.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ const donations: DonationData[] = [
1818
// { user: "MacBook", note: "littlefean", amount: -7599.2 },
1919
{ user: "域名 project-graph.top", note: "zty012", amount: -13.66 },
2020
// 以下为捐赠用户
21-
{ user: "", note: "", amount: 20 },
21+
22+
{ user: "三知六应", note: "感谢群主已知耐心倾听我的需求,并给我解答", amount: 5 }, // 9.3
23+
{ user: "闰刚", note: "感谢🙏", amount: 5 }, // 9.2
24+
{ user: "", note: "", amount: 20 }, // 8.31
2225
{ user: "天", note: "能设置连线不穿过文本框就好了", amount: 5 },
2326
{ user: "", note: "用了半年,非常好用,由于经济能力有限,只能捐些小钱", amount: 5 },
2427
{ user: "余伟锋", note: "", amount: 5 },

0 commit comments

Comments
 (0)