forked from DrayChou/ukagaka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
51 lines (46 loc) · 1.05 KB
/
data.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
{
"notice": "欢迎来到白社长的博客",
"adminname": "sddtc",
"isnotice": "",
"defaultccs": "rakutori",
"ccs": [
"rakutori",
"neko",
"chinese_moe"
],
"foods": [
"美式",
"菠萝",
"炸鸡"
],
"eatsay": [
"金会员窝来惹",
"好吃=w=",
"wow"
],
"lifetime": {
"rakutori": "2016/08/18 12:00:00",
"neko": "2016/08/18 12:00:00",
"chinese_moe": "2016/08/18 12:00:00"
},
"showlifetime": "我已经陪伴了主人 $time_str$ 的漫长时光",
"ques": [
"早上好",
"中午好",
"下午好",
"晚上好",
"晚安",
"你好"
],
"ans": [
"早上好~",
"中午好~",
"下午好~",
"晚上好~",
"晚安~",
"你好也~"
],
"talkself_user": [
["炮哥你配装不对, 缺点儿命中", "1"]
]
}