mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
Feat : Skills
This commit is contained in:
@@ -123,6 +123,13 @@ const getPageInfo = (pathname) => {
|
||||
icon: "lan",
|
||||
breadcrumbs: [],
|
||||
};
|
||||
if (pathname.includes("/skills"))
|
||||
return {
|
||||
title: "Agent Skills",
|
||||
description: "Copy a link and paste to your AI to use 9Router — no install needed",
|
||||
icon: "extension",
|
||||
breadcrumbs: [],
|
||||
};
|
||||
if (pathname.includes("/endpoint"))
|
||||
return {
|
||||
title: "Endpoint",
|
||||
|
||||
Reference in New Issue
Block a user