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
|
{
"mouseover": [
{
"selector": "#showInfoBtn",
"text": ["不和我聊了吗?"]
},
{
"selector": "#showTalkBtn",
"text": ["要和我聊天吗?"]
},
{
"selector": "#hideButton",
"text": ["隐藏伊斯特瓦尔,希望隐藏后我们还能再见面!"]
},
{
"selector": "#musicButton",
"text": ["给页面加点音乐吗?"]
},
{
"selector": "#youduButton",
"text": ["按钮有毒,癫痫患者不要开启!!!<br>点一下开启,再点一下可以关闭。"]
},
{
"selector": ".post-link",
"text": ["要看看 {text} 么?"]
},
{
"selector": "#search-input",
"text": ["在找什么东西呢,需要帮忙吗?"]
},
{
"selector": "#search-input-all",
"text": ["在找什么东西呢,需要帮忙吗?"]
}
],
"click": [
{
"selector": "#landlord #live2d",
"text": ["不要动手动脚的!快把手拿开~~", "真…真的是不知羞耻!","Hentai!", "再摸的话我可要报警了!", "110吗,这里有个变态!"]
}
]
}
|