feat: refactor settings page by removing unused components and updating Task component integration

This commit is contained in:
duanshuwen
2026-04-15 19:31:15 +08:00
parent 9769856fe0
commit 43801ba51b
7 changed files with 3 additions and 66 deletions

View File

@@ -35,12 +35,6 @@ const routes = [
name: "Skills",
meta: { requiresAuth: true },
},
{
path: "/skills",
component: () => import("@src/pages/skills/index.vue"),
name: "Skills",
meta: { requiresAuth: true },
},
{
path: "/cron",
component: () => import("@src/pages/cron/index.vue"),