feat: add about page

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent e1e5a96283
commit 4ab08270d3
6 changed files with 413 additions and 96 deletions
+4
View File
@@ -17,5 +17,9 @@ export const siteConfig = {
href: "/probeshell",
label: "ProbeShellGenerator",
},
{
href: "/about",
label: "about",
},
],
};