feat(initialization): 新增管理员权限检查和自动启动功能

- 添加 AdminCheck 组件,用于提示用户需要管理员权限
- 实现 AutoMode 组件,用于自动启动后端服务
- 更新 DependenciesStep组件,移除部分镜像源
- 注释掉路由守卫代码,暂时不启用初始化页面强制跳转
This commit is contained in:
2025-08-08 00:43:34 +08:00
parent 0a49d45160
commit c8d3425293
13 changed files with 916 additions and 1878 deletions

View File

@@ -1,4 +1,4 @@
# AUTO MAA Frontend
# AUTO_MAA Frontend
基于 Vue 3 + TypeScript + Ant Design Vue + Electron 的桌面应用程序。