diff options
| author | 2023-07-09 17:58:22 +0800 | |
|---|---|---|
| committer | 2023-07-09 17:58:22 +0800 | |
| commit | 8b09ebd2bf4c529df728925b77cd56d56a265da8 (patch) | |
| tree | c20008e188e5ee5448f28eafe401b84f5062a0e6 /docs/content/team.ts | |
| parent | 7417b47a10bcecd7feda64dac7eeb0de135e360d (diff) | |
| download | HydroRoll-8b09ebd2bf4c529df728925b77cd56d56a265da8.tar.gz HydroRoll-8b09ebd2bf4c529df728925b77cd56d56a265da8.zip | |
😫
Diffstat (limited to 'docs/content/team.ts')
| -rw-r--r-- | docs/content/team.ts | 10 |
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; |
