feat: 新增脚本录制功能

This commit is contained in:
duanshuwen
2026-04-12 15:46:28 +08:00
parent 66bb07faf2
commit c16fc93685
38 changed files with 3336 additions and 51 deletions

View File

@@ -47,6 +47,12 @@ const routes = [
name: "Cron",
meta: { requiresAuth: true },
},
{
path: "/scripts",
component: () => import("@src/pages/scripts/index.vue"),
name: "Scripts",
meta: { requiresAuth: true },
},
{
path: "/setting",
component: () => import("@src/pages/setting/index.vue"),