forked from xszyou/Fay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
52 lines (52 loc) · 1.19 KB
/
config.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
{
"attribute": {
"age": "成年",
"birth": "中国",
"constellation": "水瓶座",
"contact": "微信123456789",
"gender": "男",
"hobby": "发呆",
"job": "产品布道者",
"name": "陈升",
"voice": "YUN_XI",
"zodiac": "蛇"
},
"interact": {
"QnA": "E:/QnA/全局QnA.xlsx",
"maxInteractTime": 15,
"perception": {
"chat": 7,
"follow": 10,
"gift": 50,
"indifferent": 10,
"join": 10
},
"playSound": false
},
"items": [
{
"QnA": "E:/QnA/商品QnA.xlsx",
"demoVideo": "C:/Demo.mp4",
"enabled": false,
"explain": {
"character": "",
"discount": "",
"intro": "",
"price": "",
"promise": "",
"usage": ""
},
"name": ""
}
],
"source": {
"liveRoom": {
"enabled": false,
"url": "https://live.douyin.com/"
},
"record": {
"device": "",
"enabled": false
}
}
}