Skip to content

Commit db1657e

Browse files
committed
doc: 更新欢迎页面文案
1 parent 06266c0 commit db1657e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

app/src/components/welcome-page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ 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="rounded-lg px-2 py-1 text-lg opacity-50 ring">{appVersion}</span>
32+
{t("title")}
33+
<span className="rounded-lg px-2 py-1 text-lg opacity-50 ring">{appVersion}</span>
3334
</div>
35+
<div>——{t("subtitle")}</div>
3436
<div className="text-lg opacity-50">{t("slogan")}</div>
3537
</div>
3638
<div className="flex gap-16">

app/src/locales/en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ welcome:
55
github: GitHub
66
bilibili: Bilibili
77
qq: QQ Group
8+
title: Welcome to《Project Graph》
9+
subtitle: Infinite canvas mind mapping software based on graph theory
810

911
about:
1012
updater:

app/src/locales/zh_CN.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ welcome:
55
settings: 设置
66
about: 关于
77
website: 官网
8+
title: 欢迎来到《Project Graph:计划-投射》
9+
subtitle: 基于图论的无限画布思维导图软件
810

911
globalMenu:
1012
file:

0 commit comments

Comments
 (0)