From 7c034fd81dfb079c2ae4b0c90960e6bad1d9d080 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 18 Sep 2022 15:39:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=9F=BA=E5=BB=BA=E8=82=A5=E9=B8=AD=E7=9A=84=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/3.6-基建排班协议.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/3.6-基建排班协议.md b/docs/3.6-基建排班协议.md index 2d91882bfa..ef9643823d 100644 --- a/docs/3.6-基建排班协议.md +++ b/docs/3.6-基建排班协议.md @@ -22,12 +22,15 @@ ] ], "duration": 360, // 工作持续时长(分钟),保留字段,目前无作用。以后可能到时间了弹窗提醒该换班了,或者直接自动换了 - "Fiammetta": "巫恋", // “菲亚梅塔” 为哪位干员使用,可选 + "Fiammetta": { // “菲亚梅塔” 为哪位干员使用,可选,不填写则不使用 + "target": "巫恋", // 目标干员 + "order": "pre", // 在整个换班前使用,还是换完班才用,取值范围 "pre" / "post" + }, "drones": { // 无人机使用,可选,不填写则不使用无人机 "room": "trading", // 为哪个类型房间使用,取值范围 "trading" / "manufacture" "index": 0, // 为第几个该类型房间使用 "rule": "all", // 使用规则,保留字段,目前无作用。以后可能拿来支持插拔等操作 - "order": "pre" // 无人机是在换干员前使用还是在换完才用,取值范围 "pre" / "post" + "order": "pre" // 在换干员前使用还是在换完才用,取值范围 "pre" / "post" }, "rooms": { // 房间信息,必选 // 取值范围 "control" / "manufacture" / "trading" / "power" / "meeting" / "hire" / "dormitory"