add more view for test

This commit is contained in:
2025-04-07 21:56:41 +08:00
parent 93add0c315
commit 5c0f5b2127
5 changed files with 69 additions and 58 deletions

View File

@@ -6,8 +6,8 @@ import { useThemeStore } from "./stores/theme";
const theme = useThemeStore();
const items = [
{ id: 1, icon: iconMenu, text: "用户界面", page: "/user" },
{ id: 2, icon: iconMenu, text: "Component Test", page: "/test" },
{ id: 3, icon: iconMenu, text: "Jtag Test", page: "/test/jtag" },
{ id: 2, icon: iconMenu, text: "ComponentTest", page: "/test" },
{ id: 3, icon: iconMenu, text: "JtagTest", page: "/test/jtag" },
];
</script>