-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodayTaskConfig.json
More file actions
67 lines (67 loc) · 1.21 KB
/
todayTaskConfig.json
File metadata and controls
67 lines (67 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
{
"taskId": 1,
"taskName": "学无止境",
"taskIntroduction": "参与闯关模式",
"taskAims": 10,
"taskReward": {
"coin": 4000,
"box": 0,
"walnut": 0
},
"taskPicUrl": "/xx",
"taskHandle": 1
},
{
"taskId": 2,
"taskName": "结伴而行",
"taskIntroduction": "邀请好友",
"taskAims": 1,
"taskReward": {
"coin": 2000,
"box": 0,
"walnut": 0
},
"taskPicUrl": "/xx",
"taskHandle": 2
},
{
"taskId": 3,
"taskName": "切磋琢磨",
"taskIntroduction": "邀请好友PK",
"taskAims": 3,
"taskReward": {
"coin": 4000,
"box": 0,
"walnut": 0
},
"taskPicUrl": "/xx",
"taskHandle": 3
},
{
"taskId": 4,
"taskName": "开花结实",
"taskIntroduction": "给智慧树浇水",
"taskAims": 3,
"taskReward": {
"coin": 2000,
"box": 0,
"walnut": 0
},
"taskPicUrl": "/xx",
"taskHandle": 4
},
{
"taskId": 5,
"taskName": "学如登山",
"taskIntroduction": "参与段位赛",
"taskAims": 5,
"taskReward": {
"coin": 4000,
"box": 0,
"walnut": 0
},
"taskPicUrl": "/xx",
"taskHandle": 5
}
]