feat: add more page

This commit is contained in:
ReaJason
2025-06-26 18:51:54 +08:00
parent 7144d1a6d3
commit 2f5dd308c6
60 changed files with 2403 additions and 284 deletions
+15
View File
@@ -0,0 +1,15 @@
export const siteConfig = {
name: "MemShellParty",
url: "https://party.memshell.news",
github: "https://github.com/ReaJason/MemShellParty",
navItems: [
{
href: "/memshell",
label: "MemShellGenerator",
},
{
href: "/detection",
label: "DetectionGenerator",
},
],
};