initial commit

This commit is contained in:
PrinOrange
2023-12-25 17:21:39 +08:00
commit 0bd1089d74
94 changed files with 18648 additions and 0 deletions

20
data/friends.ts Normal file
View File

@@ -0,0 +1,20 @@
import { TFriendItem } from "@/types/friend.type";
export const FriendsList: TFriendItem[] = [
{
title: "但为君故's Blog",
url: "http://blog.terminals.run/",
},
{
title: "Your Best Friend's Blog",
url: "https://www.example.com/",
},
{
title: "Google",
url: "https://www.google.com/",
},
{
title: "Github",
url: "https://www.github.com/",
},
];