Files
AUTO-MAS-test/frontend
Zrief e516d1d866 脚本管理中,计划表中的关卡显示
更新了 ScriptTable.vue,能按计划配置显示关卡信息(支持周模式和全局模式),还加了获取展示计划中已配置关卡的逻辑,Scripts.vue 也整合了计划数据加载,让用计划表设置关卡的用户看得更清楚。
2025-10-03 00:03:14 +08:00
..
2025-09-04 00:13:35 +08:00
2025-09-13 14:54:11 +08:00
2025-09-10 23:07:52 +08:00
2025-09-10 23:07:52 +08:00
2025-09-09 21:10:41 +08:00

AUTO-MAS Frontend

基于 Vue 3 + TypeScript + Ant Design Vue + Electron 的桌面应用程序。

功能特性

  • 🎨 使用 Ant Design Vue 组件库
  • 🌙 支持深色模式(跟随系统/深色/浅色)
  • 🎨 支持多种主题色切换
  • 📱 响应式侧边栏布局
  • 🔧 内置开发者工具
  • 基于 Vite 的快速开发体验

项目结构

src/
├── components/          # 组件
│   └── AppLayout.vue   # 主布局组件
├── views/              # 页面
│   ├── Home.vue        # 主页
│   ├── Scripts.vue     # 脚本管理
│   ├── Plans.vue       # 计划管理
│   ├── Queue.vue       # 调度队列
│   ├── Scheduler.vue   # 调度中心
│   ├── History.vue     # 历史记录
│   └── Settings.vue    # 设置页面
├── router/             # 路由配置
├── composables/        # 组合式函数
│   └── useTheme.ts     # 主题管理
└── main.ts            # 应用入口

开发

安装依赖

yarn install

开发模式

直接打开electron窗口

yarn dev

构建

yarn build   

技术栈

  • 前端框架: Vue 3 + TypeScript
  • UI 组件库: Ant Design Vue 4.x
  • 图标: @ant-design/icons-vue
  • 路由: Vue Router 4
  • 构建工具: Vite
  • 桌面端: Electron
  • 包管理: Yarn