From 9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:13:33 +0800 Subject: chore: delete useless codes --- docs/content/team.ts | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/content/team.ts (limited to 'docs/content/team.ts') diff --git a/docs/content/team.ts b/docs/content/team.ts deleted file mode 100644 index 1c8ac0f..0000000 --- a/docs/content/team.ts +++ /dev/null @@ -1,16 +0,0 @@ -const HYDROROLL_TEAM: Record = { - HsiangNianian: { - name: "简律纯", - GithubUsername: "HsiangNianian", - picture: "/images/people/HsiangNianian.jpg", - }, -}; - -export type Author = keyof typeof HYDROROLL_TEAM; -export type AuthorDetails = { - name: string; - GithubUsername?: string; - picture: string; -}; - -export default HYDROROLL_TEAM; -- cgit v1.2.3-70-g09d2