aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-01-03 20:39:29 +0800
committercrupest <crupest@outlook.com>2023-01-03 20:39:29 +0800
commit7c933a0ddcaf9855a8e1eb762bb904008ea0bb02 (patch)
treeb6a9c1bac87ee25f8c6817432515d2c5136424c5
parent310b093e2f11fcaa239c3f411c6acf2bdc501e9a (diff)
downloadtimeline-7c933a0ddcaf9855a8e1eb762bb904008ea0bb02.tar.gz
timeline-7c933a0ddcaf9855a8e1eb762bb904008ea0bb02.tar.bz2
timeline-7c933a0ddcaf9855a8e1eb762bb904008ea0bb02.zip
Remove my real name.
-rw-r--r--FrontEnd/src/locales/en/translation.json3
-rw-r--r--FrontEnd/src/locales/zh/translation.json3
-rw-r--r--FrontEnd/src/views/about/index.tsx6
3 files changed, 3 insertions, 9 deletions
diff --git a/FrontEnd/src/locales/en/translation.json b/FrontEnd/src/locales/en/translation.json
index 90e61875..21c826bd 100644
--- a/FrontEnd/src/locales/en/translation.json
+++ b/FrontEnd/src/locales/en/translation.json
@@ -226,8 +226,7 @@
"about": {
"author": {
"title": "Site Developer",
- "fullname": "Fullname: ",
- "nickname": "Nickname: ",
+ "name": "Name: ",
"introduction": "Introduction: ",
"introductionContent": "A programmer coding based on coincidence",
"links": "Links: "
diff --git a/FrontEnd/src/locales/zh/translation.json b/FrontEnd/src/locales/zh/translation.json
index ea916c9c..b7212128 100644
--- a/FrontEnd/src/locales/zh/translation.json
+++ b/FrontEnd/src/locales/zh/translation.json
@@ -226,8 +226,7 @@
"about": {
"author": {
"title": "网站作者",
- "fullname": "姓名:",
- "nickname": "昵称:",
+ "name": "名字:",
"introduction": "简介:",
"introductionContent": "一个基于巧合编程的代码爱好者。",
"links": "链接:"
diff --git a/FrontEnd/src/views/about/index.tsx b/FrontEnd/src/views/about/index.tsx
index 438c1757..796d1d23 100644
--- a/FrontEnd/src/views/about/index.tsx
+++ b/FrontEnd/src/views/about/index.tsx
@@ -72,11 +72,7 @@ const AboutPage: React.FC = () => {
/>
<div>
<p>
- <small>{t("about.author.fullname")}</small>
- <span className="cru-color-primary">杨宇千</span>
- </p>
- <p>
- <small>{t("about.author.nickname")}</small>
+ <small>{t("about.author.name")}</small>
<span className="cru-color-primary">crupest</span>
</p>
<p>