-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
45 lines (39 loc) · 1.4 KB
/
config.yaml
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
# spell-checker: disable
excluded:
# Exclude this package specifically
- cn.amazon.mShop.android
- com.android.vending # Google Play Store
- com.android.chrome
- com.airbnb.android
- com.duolingo
# Exclude all packages starting with com.microsoft
- regex: ^com\.microsoft\..*
- regex: ^com\.google\..*
included:
# Include this package specifically
- com.alicom.smartdial # 阿里小号
- com.bilibili.app.in # Bilibili International
- me.gfuil.bmap # 白马地图
- cn.com.bmac.nfc # 北京一卡通
- com.nowcasting.activity # 彩云天气
- com.coolapk.market # 酷安
- com.unionpay.tsmservice # 银联可信服务
# Include all packages starting with com.heytap by PROCESS-NAME-REGEX
# - regex: ^com\.(?:heytap|oppo|huawei|vivo|xiaomi|coloros|oneplus|oplus)\..*
- regex: ^com\.(?:heytap|oppo|coloros|oneplus|oplus)\..* # OPPO, OnePlus
- regex: ^com\.huawei\..* # Huawei
- regex: ^com\.vivo\..* # Vivo
- regex: ^com\.(?:xiaomi|miui)\..* # Xiaomi
- regex: ^com\.tencent\..*
- regex: ^com\.hypergryph\..*
headers:
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1
Accept-Language: en-US,zh-CN;q=0.5
Sec-GPC: 1
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: "?1"
Priority: u=0, i
Pragma: no-cache
Cache-Control: no-cache