From a2b47dbeb6412daf9cf5541b31a59548fa457227 Mon Sep 17 00:00:00 2001 From: Guan <46285865+guansss@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:36:34 +0800 Subject: [PATCH] feat: support negative cost_changes --- src/MaaCopilotServer.Resources/maa-copilot-schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MaaCopilotServer.Resources/maa-copilot-schema.json b/src/MaaCopilotServer.Resources/maa-copilot-schema.json index 7ac8a90..27f8f5b 100644 --- a/src/MaaCopilotServer.Resources/maa-copilot-schema.json +++ b/src/MaaCopilotServer.Resources/maa-copilot-schema.json @@ -210,8 +210,7 @@ }, "cost_changes": { "type": "integer", - "description": "Waiting until the cost changes for the amount specified, optional, 0 by default.", - "minimum": 0 + "description": "Waiting until the cost changes for the amount specified, optional, 0 by default." }, "cooling": { "type": "integer",