From facbff3ef2870bf1eac1828fa59c5b35189c972e Mon Sep 17 00:00:00 2001 From: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:48:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20smoking-test=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=A2=86=E5=8F=96=E5=A5=96=E5=8A=B1=E7=9A=84=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Cpp/main.cpp | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/Cpp/main.cpp b/src/Cpp/main.cpp index c59cce8783..cf2d79f45f 100644 --- a/src/Cpp/main.cpp +++ b/src/Cpp/main.cpp @@ -96,15 +96,24 @@ int main([[maybe_unused]] int argc, char** argv) } )"); - AsstAppendTask(ptr, "Award", nullptr); + AsstAppendTask(ptr, "Award", R"( + { + "award": true, + "mail": true, + "recruit": true, + "orundum": true, + "mining": true, + "specialaccess": true + } + )"); AsstAppendTask(ptr, "Roguelike", R"( -{ - "squad": "突击战术分队", - "roles": "先手必胜", - "core_char": "棘刺" -} -)"); + { + "squad": "突击战术分队", + "roles": "先手必胜", + "core_char": "棘刺" + } + )"); #else