Commit 9c78b0779ac70f2e1bc2be112b5625e871512b9a
1 parent
a31d3583
Exists in
master
提交
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
src/HttpServer/jsonconf/TaskConfig.json
| ... | ... | @@ -92,8 +92,8 @@ |
| 92 | 92 | { |
| 93 | 93 | "id": 11, |
| 94 | 94 | "type": 2, |
| 95 | - "day_type": 0.0, | |
| 96 | - "aims": 0.0, | |
| 95 | + "day_type": 0, | |
| 96 | + "aims": 0, | |
| 97 | 97 | "active": 30, |
| 98 | 98 | "coin": 150, |
| 99 | 99 | "desc": "" |
| ... | ... | @@ -101,8 +101,8 @@ |
| 101 | 101 | { |
| 102 | 102 | "id": 12, |
| 103 | 103 | "type": 2, |
| 104 | - "day_type": 0.0, | |
| 105 | - "aims": 0.0, | |
| 104 | + "day_type": 0, | |
| 105 | + "aims": 0, | |
| 106 | 106 | "active": 80, |
| 107 | 107 | "coin": 400, |
| 108 | 108 | "desc": "" |
| ... | ... | @@ -110,8 +110,8 @@ |
| 110 | 110 | { |
| 111 | 111 | "id": 13, |
| 112 | 112 | "type": 2, |
| 113 | - "day_type": 0.0, | |
| 114 | - "aims": 0.0, | |
| 113 | + "day_type": 0, | |
| 114 | + "aims": 0, | |
| 115 | 115 | "active": 150, |
| 116 | 116 | "coin": 600, |
| 117 | 117 | "desc": "" | ... | ... |