-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.json5
65 lines (58 loc) · 1.29 KB
/
config.json5
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
{
"root_dir": "",
"verbose_level": 1,
"ignore_warnings": false,
"strict_matching": true,
"enable_implicit_flow": false,
"keep_intermediate_data_to_file": false,
"platform": "",
"api_prefix": "",
"html_suffix": "",
"input_events": [],
"sources_and_sinks_path": "",
"baidu_config": {
"api_prefix": "swan.",
"html_suffix": ".swan",
"input_events": ["bindinput", "bindfocus", "bindblur", "bindconfirm"],
"sources_and_sinks_path": "./config/BaiduSourcesAndSinks.json"
},
"wechat_config": {
"api_prefix": "wx.",
"html_suffix": ".wxml",
"input_events": ["bindinput", "bindfocus", "bindblur", "bindconfirm"],
"sources_and_sinks_path": "./config/WeChatSourcesAndSinks.json"
},
"keywords": [
"手机",
"号码",
"身份证",
"密码",
"生日",
"出生日期",
"出生年月",
"姓名",
"年龄",
"门牌",
"地址",
"省",
"市",
"名称",
"余额",
"价格",
"password",
"phone",
"ID",
"昵称",
"头像",
"位置",
"住址",
"QQ",
"邮箱",
"email",
"Email",
"好友",
"银行",
"账户",
"账号"
]
}