{"id":18427744,"url":"https://github.com/maaassistantarknights/maax","last_synced_at":"2025-08-23T15:32:15.224Z","repository":{"id":38324725,"uuid":"444367388","full_name":"MaaAssistantArknights/MaaX","owner":"MaaAssistantArknights","description":"MAA GUI with Electron \u0026 Vue3","archived":false,"fork":false,"pushed_at":"2024-06-26T12:21:00.000Z","size":84535,"stargazers_count":373,"open_issues_count":19,"forks_count":77,"subscribers_count":10,"default_branch":"dev","last_synced_at":"2024-12-14T10:03:17.308Z","etag":null,"topics":["electron","maa","vue"],"latest_commit_sha":null,"homepage":"https://www.maa.plus","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaaAssistantArknights.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-04T09:55:53.000Z","updated_at":"2024-11-30T12:37:23.000Z","dependencies_parsed_at":"2024-06-26T15:25:56.198Z","dependency_job_id":null,"html_url":"https://github.com/MaaAssistantArknights/MaaX","commit_stats":null,"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaaAssistantArknights%2FMaaX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaaAssistantArknights%2FMaaX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaaAssistantArknights%2FMaaX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaaAssistantArknights%2FMaaX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaaAssistantArknights","download_url":"https://codeload.github.com/MaaAssistantArknights/MaaX/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230706751,"owners_count":18268294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","maa","vue"],"created_at":"2024-11-06T05:11:41.897Z","updated_at":"2024-12-21T11:04:33.106Z","avatar_url":"https://github.com/MaaAssistantArknights.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MaaX\n\u003e 更好，更强大的Maa\n\n![Build Status](https://github.com/MaaAssistantArknights/MeoAsstElectronUI/workflows/Build%2FRelease/badge.svg) ![platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-blueviolet) ![license](https://img.shields.io/github/license/MaaAssistantArknights/MeoAsstElectronUI) ![commit](https://img.shields.io/github/commit-activity/m/MaaAssistantArknights/MeoAsstElectronUI?color=%23ff69b4)\n\n## UI 特点\n\n* **Windows**,**Mac**和**linux**都可以用（一个不落，我全都要\n* 使用了**全新**的设计语言（好看就完事辣\n* 适配系统的**浅色/深色模式**（熬夜党狂喜\n* 活动更新再也不用**重启app**了（好耶↖(^ω^)↗\n* 全新的**掉落物**显示（妈妈再也不用担心我看不懂日志了\n* 任务现在带有**进度条**和**时间**显示（他卡了吗，戳戳 !?(･_･;?\n* 任务配置被丢到了**任务卡片**里面，而且**可展开/收起**（辣么多设置，我眼花了，我不看了\n* 一个设备对应**一组**任务配置，保存在app中（继续刷1-7\n\n\n## 下载\n\n- [点击前往最新Release下载](https://github.com/MaaAssistantArknights/MaaX/releases/latest)\n- 或者自行编译以获取最新版本/dev分支\n  (以下代码针对于linux用户, 请先使用包管理器确保安装好 `cross-env`, `zip`)：\n\n  ```bash\n  git clone https://github.com/MaaAssistantArknights/MaaX.git\n  cd MaaX/\n  git submodule update --init --recursive  # 更新`submodule`\n  npm install -g pnpm  # 安装`pnpm`\n  pnpm install\n  pnpm run make\n  chown -R $(whoami) out/maa-x-linux-x64/\n  ```\n  **MaaX/out/maa-x-linux-64/maa-x** 即为可执行文件\n\n## 开发相关\n\n### 调试（以 VSCode 为例）\n\n* 依赖安装\n  \n  ```bash\n  git submodule update --init --recursive  # 更新`submodule`\n  npm install -g pnpm  # 安装`pnpm`\n  pnpm install\n  ```\n\n* 调试 main 进程：\n  1. \u003ckbd\u003eCtrl\u003c/kbd\u003e/\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e 呼出命令面板\n  2. 输入 Debug，找到“Debug: Toggle Auto Attach”（切换自动附加）\n  3. 选择“Only with flag”（仅带有标志）\n  4. 重启终端，输入`pnpm dev`\n\n* 调试 renderer 进程:\n  1. 按照上述步骤启动即可，会帮你打开 Chrome Devtools，且带有最新的 Vue Dev 插件\n\n## QQ 群\n\n开发群：655031753  \n内测用户体验群：232785290 \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaaassistantarknights%2Fmaax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaaassistantarknights%2Fmaax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaaassistantarknights%2Fmaax/lists"}