aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/content
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-09 17:58:22 +0800
committer简律纯 <i@jyunko.cn>2023-07-09 17:58:22 +0800
commit8b09ebd2bf4c529df728925b77cd56d56a265da8 (patch)
treec20008e188e5ee5448f28eafe401b84f5062a0e6 /docs/content
parent7417b47a10bcecd7feda64dac7eeb0de135e360d (diff)
downloadHydroRoll-8b09ebd2bf4c529df728925b77cd56d56a265da8.tar.gz
HydroRoll-8b09ebd2bf4c529df728925b77cd56d56a265da8.zip
😫
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/team.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/team.ts b/docs/content/team.ts
index 7f4b27e..1c8ac0f 100644
--- a/docs/content/team.ts
+++ b/docs/content/team.ts
@@ -1,16 +1,16 @@
-const TURBO_TEAM: Record<string, AuthorDetails> = {
+const HYDROROLL_TEAM: Record<string, AuthorDetails> = {
HsiangNianian: {
name: "简律纯",
- twitterUsername: "HsiangNianian",
+ GithubUsername: "HsiangNianian",
picture: "/images/people/HsiangNianian.jpg",
},
};
-export type Author = keyof typeof TURBO_TEAM;
+export type Author = keyof typeof HYDROROLL_TEAM;
export type AuthorDetails = {
name: string;
- twitterUsername?: string;
+ GithubUsername?: string;
picture: string;
};
-export default TURBO_TEAM;
+export default HYDROROLL_TEAM;