From e38e8289affab3de3691d2dcd4b0c072da0c7b6f Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 13 Jul 2022 19:23:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9F=BA=E5=BB=BA?= =?UTF-8?q?=E4=BC=9A=E4=B8=8A=E5=90=8C=E6=95=88=E6=9E=9C=E5=B9=B2=E5=91=98?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1156 --- resource/infrast.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resource/infrast.json b/resource/infrast.json index 82b9ef3478..fdfd74c7a4 100644 --- a/resource/infrast.json +++ b/resource/infrast.json @@ -335,7 +335,8 @@ "efficient": { "all": 2 }, - "template": "Bskill_ctrl_p_spd.png" + "template": "Bskill_ctrl_p_spd.png", + "maxNum": 1 }, "bskill_ctrl_p_bot": { "name": [ @@ -361,7 +362,8 @@ "efficient": { "all": 7 }, - "template": "Bskill_ctrl_t_spd.png" + "template": "Bskill_ctrl_t_spd.png", + "maxNum": 1 }, "bskill_ctrl_token_p_spd": { "name": [ @@ -3055,4 +3057,4 @@ "Dorm", "Mfg" ] -} \ No newline at end of file +}