From 3f1795f668a47159731834fbf56c68488e587745 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 25 Sep 2020 10:50:13 +0800 Subject: [PATCH] 提交 --- src/HttpServer/jsonconf/NewTask.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) diff --git a/src/HttpServer/jsonconf/NewTask.json b/src/HttpServer/jsonconf/NewTask.json index a378875..984863c 100644 --- a/src/HttpServer/jsonconf/NewTask.json +++ b/src/HttpServer/jsonconf/NewTask.json @@ -1,5 +1,21 @@ [ { + "id": 1, + "tasktype": 1, + "aims": 5, + "taskdes": "合到数字%d%", + "active": 4, + "days": 1 + }, + { + "id": 2, + "tasktype": 5, + "aims": 5, + "taskdes": "累计过%d%关", + "active": 4, + "days": 1 + }, + { "id": 3, "tasktype": 2, "aims": 2, -- libgit2 0.21.0