feat: optimize menus and add Windows monitoring menu (#236)

This commit is contained in:
Fine0830
2023-02-17 13:29:42 +08:00
committed by GitHub
parent b2707e0e62
commit b247ed1c24
6 changed files with 32 additions and 3 deletions

View File

@@ -43,6 +43,23 @@ export default [
layer: "OS_LINUX",
},
},
{
path: "/windows",
name: "Windows",
meta: {
title: "windows",
layer: "OS_WINDOWS",
},
},
{
path: "/windows/tab/:activeTabIndex",
name: "WindowsActiveTabIndex",
meta: {
title: "windows",
notShow: true,
layer: "OS_WINDOWS",
},
},
],
},
];