feat: add uploaded skills management

This commit is contained in:
Codex
2026-05-31 11:44:50 +08:00
parent 47ab535cf2
commit 70ebd1689c
18 changed files with 1421 additions and 8 deletions
@@ -52,7 +52,7 @@ export function createCloudWebServer({
}
const routePath = url.pathname.replace(/\/+$/u, "") || "/";
const relativePath = routePath === "/" || routePath === "/gate" || routePath === "/diagnostics/gate" || routePath === "/help"
const relativePath = routePath === "/" || routePath === "/gate" || routePath === "/diagnostics/gate" || routePath === "/help" || routePath === "/skills"
? "index.html"
: url.pathname.slice(1);
for (const root of roots) {