-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsave_data_for_test.json
96 lines (96 loc) · 1.93 KB
/
save_data_for_test.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"2021/1/1": {
"todo": "a",
"havedone": "b",
"diet": {
"breakfast": "c",
"lunch": "d",
"dinner": "e",
"nightsnack": "f",
"snacksdrinks": "g",
"takeoutfood": "h",
"ingredients": "h2",
"countcell": 1
},
"dailyuse": {
"des": "i",
"countcell": 2
},
"traffic": {
"des": "j",
"countcell": 3
},
"housing": {
"des": "k",
"countcell": 4
},
"entertainment": {
"des": "l",
"countcell": 5
},
"shopping": {
"des": "m",
"countcell": 6
},
"daymustcoust": {
"countcell": 7
},
"daycoust": {
"countcell": 8
}
},
"2021/1/2": {
"todo": "a1",
"havedone": "a1"
},
"2021/1/3": {
"todo": "b1",
"diet": {
"breakfast": "bbbb",
"countcell": 1
}
},
"2021/1/4": {
"havedone": "b2",
"diet": {
"lunch": "222",
"countcell": 21
}
},
"2021/1/5": {
"havedone": "b3",
"diet": {
"dinner": "3333",
"countcell": 32
}
},
"2021/1/6": {
"havedone": "b4",
"diet": {
"nightsnack": "444",
"countcell": 43
}
},
"2021/1/7": {
"havedone": "b5",
"diet": {
"snacksdrinks": "555",
"countcell": 54
}
},
"2021/1/8": {
"havedone": "b6",
"diet": {
"takeoutfood": "666",
"countcell": 65
},
"dailyuse": {
"des": "dailyuse",
"countcell": 888
},
"traffic": {
"des": "traffic",
"countcell": 999
}
}
}