build: json,readme

This commit is contained in:
github-actions[bot] 2023-09-09 16:04:30 +00:00
parent cc2eced15e
commit 4f31bf9c77
2 changed files with 7 additions and 2 deletions

View File

@ -94,6 +94,7 @@
### [com.baidu.tieba](/src/apps/com.baidu.tieba.ts) - 百度贴吧
- **开屏广告** - 数字倒计时广告,圆形倒计时广告
- [快照-0](https://gkd-kit.gitee.io/import/12566191)
- **任意界面-选择不喜欢理由-不感兴趣**
- **首页/贴吧帖子列表-推荐列表-长得像帖子的广告卡片**
- **某个广告卡片** - 忘记是哪个卡片了

8
dist/gkd.json vendored
View File

@ -1,7 +1,7 @@
{
"id": 0,
"name": "默认订阅",
"version": 77,
"version": 78,
"author": "lisonge",
"supportUri": "https://github.com/gkd-kit/subscription",
"apps": [
@ -292,7 +292,11 @@
"rules": [
"TextView[text*=`广告`] - TextView[text^=`跳过`]",
"[id=`com.kwad.dy.sdk:id/ksad_splash_circle_skip_view`] TextView[text=`跳过`]",
"[id=`com.byted.pangle:id/tt_splash_skip_btn`]"
"[id=`com.byted.pangle:id/tt_splash_skip_btn`]",
{
"matches": "@TextView[text=\"跳过\"] + TextView[text.length=1]",
"snapshotUrls": "https://gkd-kit.gitee.io/import/12566191"
}
]
},
{