Skip to content

Commit d8ac799

Browse files
ci: update dist [skip ci]
1 parent 548039a commit d8ac799

File tree

3 files changed

+112
-3
lines changed

3 files changed

+112
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ npm run build
2626
<!--[DO NOT MODIFY ANYTHING BELOW]-->
2727
<!--DYNAMIC-->
2828
## 补充规则一览表
29-
**当前包含针对20的总计22条规则**
29+
**当前包含针对24的总计27条规则**
3030
| 应用 | 包名 | 规则 |
3131
| --- | --- | --- |
32+
| APKPure | com.apkpure.aegon | 启动广告 |
3233
| 百度 | com.baidu.searchbox | 启动广告 |
3334
| 百度地图 | com.baidu.BaiduMap | 启动广告 |
3435
| 百度贴吧 | com.baidu.tieba | 启动广告 |
@@ -46,9 +47,13 @@ npm run build
4647
| 丰巢 | com.fcbox.hiveconsumer | 启动广告 |
4748
| 京东金融 | com.jd.jrapp | 启动广告 |
4849
| 肯德基 | com.yek.android.kfc.activitys | 启动广告 |
50+
| 肯德基 | com.yek.android.kfc.activitys | 启动广告 |
4951
| 美团 | com.sankuai.meituan | 启动广告 |
5052
| 菠萝包轻小说 | com.sfacg | 启动广告 |
5153
| 淘宝 | com.taobao.taobao | 启动弹窗-弹窗红包广告 |
5254
| 微博 | com.sina.weibo | 启动广告 |
55+
| 小黑盒 | com.max.xiaoheihe | 次要启动弹窗 |
56+
| 小米商城 | com.xiaomi.shop | 启动弹窗 |
57+
| 掌上京彩 | com.csii.bj.ui | 启动广告 |
5358
| 知乎 | com.zhihu.android | 启动广告 |
5459
<!--/DYNAMIC-->

base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "CKy 额外规则",
44
"author": "CKylinMC",
55
"supportUri": "https://github.com/CKylinMC/gkd-rule-extras",
6-
"version": 19,
6+
"version": 20,
77
"categories": [
88
{
99
"key": 0,

dist/cky-gkd-rules.json

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "CKy 额外规则",
44
"author": "CKylinMC",
55
"supportUri": "https://github.com/CKylinMC/gkd-rule-extras",
6-
"version": 19,
6+
"version": 20,
77
"categories": [
88
{
99
"key": 0,
@@ -14,9 +14,35 @@
1414
"key": 1,
1515
"name": "启动弹窗",
1616
"enable": true
17+
},
18+
{
19+
"key": 2,
20+
"name": "次要启动弹窗",
21+
"enable": false
1722
}
1823
],
1924
"apps": [
25+
{
26+
"id": "com.apkpure.aegon",
27+
"name": "APKPure",
28+
"groups": [
29+
{
30+
"key": 1,
31+
"name": "启动广告",
32+
"activityIds": [
33+
".main.activity.SplashActivity"
34+
],
35+
"rules": [
36+
{
37+
"matchTime": 10000,
38+
"fastQuery": false,
39+
"matches": "TextView[text$=\"跳过\"]",
40+
"snapshotUrls": "https://i.gkd.li/i/21175949"
41+
}
42+
]
43+
}
44+
]
45+
},
2046
{
2147
"id": "com.baidu.searchbox",
2248
"name": "百度",
@@ -353,6 +379,21 @@
353379
"snapshotUrls": "https://i.gkd.li/i/15389047"
354380
}
355381
]
382+
},
383+
{
384+
"key": 2,
385+
"name": "启动广告",
386+
"activityIds": [
387+
"com.yum.brandkfc.ui.SplashProgressNewDialog"
388+
],
389+
"rules": [
390+
{
391+
"matchTime": 10000,
392+
"fastQuery": true,
393+
"matches": "[vid=\"splash_tv_3\"]",
394+
"snapshotUrls": "https://i.gkd.li/i/21175781"
395+
}
396+
]
356397
}
357398
]
358399
},
@@ -438,6 +479,69 @@
438479
}
439480
]
440481
},
482+
{
483+
"id": "com.max.xiaoheihe",
484+
"name": "小黑盒",
485+
"groups": [
486+
{
487+
"key": 1,
488+
"name": "次要启动弹窗",
489+
"activityIds": [
490+
".MainActivity"
491+
],
492+
"rules": [
493+
{
494+
"matchTime": 10000,
495+
"fastQuery": true,
496+
"matches": "[text=\"签到成功!\"] +3 [vid=\"cv_confirm\"] > [text=\"确定\"]",
497+
"snapshotUrls": "https://i.gkd.li/i/21175886"
498+
}
499+
]
500+
}
501+
]
502+
},
503+
{
504+
"id": "com.xiaomi.shop",
505+
"name": "小米商城",
506+
"groups": [
507+
{
508+
"key": 1,
509+
"name": "启动弹窗",
510+
"activityIds": [
511+
".activity.MainTabActivity"
512+
],
513+
"rules": [
514+
{
515+
"matchTime": 10000,
516+
"fastQuery": true,
517+
"matches": "[vid=\"skip\"]",
518+
"snapshotUrls": "https://i.gkd.li/i/21175911"
519+
}
520+
]
521+
}
522+
]
523+
},
524+
{
525+
"id": "com.csii.bj.ui",
526+
"name": "掌上京彩",
527+
"groups": [
528+
{
529+
"key": 1,
530+
"name": "启动广告",
531+
"activityIds": [
532+
".launcherlibrary.app.activity.MainActivity"
533+
],
534+
"rules": [
535+
{
536+
"matchTime": 10000,
537+
"fastQuery": true,
538+
"matches": "[vid=\"rl_all\"] > [vid=\"window_close\"]",
539+
"snapshotUrls": "https://i.gkd.li/i/21175918"
540+
}
541+
]
542+
}
543+
]
544+
},
441545
{
442546
"id": "com.zhihu.android",
443547
"name": "知乎",

0 commit comments

Comments
 (0)