mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
fix: url prefix with /app
This commit is contained in:
parent
92d1df4928
commit
df1213e87a
@ -14,32 +14,32 @@
|
||||
const items = [
|
||||
{
|
||||
title: "General",
|
||||
url: "/settings",
|
||||
url: "/app/settings",
|
||||
icon: Cog
|
||||
},
|
||||
{
|
||||
title: "Developer",
|
||||
url: "/settings/developer",
|
||||
url: "/app/settings/developer",
|
||||
icon: SquareTerminal
|
||||
},
|
||||
{
|
||||
title: "Extensions",
|
||||
url: "/settings/extensions",
|
||||
url: "/app/settings/extensions",
|
||||
icon: Blocks
|
||||
},
|
||||
{
|
||||
title: "Set Dev Extension",
|
||||
url: "/settings/set-dev-ext-path",
|
||||
url: "/app/settings/set-dev-ext-path",
|
||||
icon: Route
|
||||
},
|
||||
{
|
||||
title: "Add Dev Extension",
|
||||
url: "/settings/add-dev-extension",
|
||||
url: "/app/settings/add-dev-extension",
|
||||
icon: FileCode2
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
url: "/settings/about",
|
||||
url: "/app/settings/about",
|
||||
icon: Info
|
||||
}
|
||||
]
|
||||
|
@ -11,17 +11,17 @@
|
||||
const items = [
|
||||
{
|
||||
title: "Extension Loading",
|
||||
url: "/troubleshooters/extension-loading",
|
||||
url: "/app/troubleshooters/extension-loading",
|
||||
icon: Loader
|
||||
},
|
||||
{
|
||||
title: "Extension Window",
|
||||
url: "/troubleshooters/extension-window",
|
||||
url: "/app/troubleshooters/extension-window",
|
||||
icon: AppWindow
|
||||
},
|
||||
{
|
||||
title: "MDNS Debugger",
|
||||
url: "/troubleshooters/mdns-debugger",
|
||||
url: "/app/troubleshooters/mdns-debugger",
|
||||
icon: Network
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user