Commit 9ad031e27c883fd26fda9d6bc8e75a51e76c0d6c
1 parent
fa380cf4
Exists in
master
提交
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/HttpServer/jsonconf/InvestmentsConfig.json
| ... | ... | @@ -28,16 +28,16 @@ |
| 28 | 28 | "project": "加特林M134机枪", |
| 29 | 29 | "time": 120, |
| 30 | 30 | "reward": [2,50], |
| 31 | - "RewardVideo": 1, | |
| 32 | - "limit": 3 | |
| 31 | + "RewardVideo": 0, | |
| 32 | + "limit": 0 | |
| 33 | 33 | }, |
| 34 | 34 | { |
| 35 | 35 | "id": 5, |
| 36 | 36 | "project": "SCAR突击步枪", |
| 37 | 37 | "time": 60, |
| 38 | 38 | "reward": [2,200], |
| 39 | - "RewardVideo": 0, | |
| 40 | - "limit": 0 | |
| 39 | + "RewardVideo": 1, | |
| 40 | + "limit": 3 | |
| 41 | 41 | }, |
| 42 | 42 | { |
| 43 | 43 | "id": 6, | ... | ... |