# arknightsGroupEditor **Repository Path**: h128/arknights-group-editor ## Basic Information - **Project Name**: arknightsGroupEditor - **Description**: 明日方舟编队助记器 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: http://freelancerdh.free.nf/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F%E7%BC%96%E9%98%9F%E5%8A%A9%E8%AE%B0%E5%99%A8/index.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-24 - **Last Updated**: 2026-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: 明日方舟 ## README # 明日方舟编队助记器 用于存储和编辑自定义的编队管理 # 开发 1. 创建一个json文件,并保存在data/职业 文件夹下 数据参考:https://prts.wiki/w/%E5%B9%B2%E5%91%98%E4%B8%80%E8%A7%88#?_o=0 ## json字段说明 ```json { "name": "安比尔", "cost": 23, "replaceTime": 再部署时间s "skills":{ "技能1":{ "" }, "技能2":{} }, "job":"狙击", "elitization":1 // 精英化 } ```