mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
build: json,readme
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
搞快点 APP 默认订阅规则
|
||||
|
||||
当前订阅文件已适配 97 个 APP, 共有 169 规则组
|
||||
当前订阅文件已适配 97 个 APP, 共有 170 规则组
|
||||
|
||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
|
||||
@@ -508,6 +508,7 @@
|
||||
- [快照-1](https://gkd-kit.gitee.io/import/12506225)
|
||||
- **播放页面-播放前广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12506250)
|
||||
- [快照-1](https://gkd-kit.gitee.io/import/12520626)
|
||||
- **首页-推荐列表广告** - 点击关闭-点击屏蔽
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12506258)
|
||||
- [快照-1](https://gkd-kit.gitee.io/import/12506253)
|
||||
@@ -515,6 +516,8 @@
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12506270)
|
||||
- **关闭更新弹窗**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12506287)
|
||||
- **关闭青少年模式弹窗**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12506209)
|
||||
|
||||
### [com.ximalaya.ting.lite](/src/apps/com.ximalaya.ting.lite.ts) - 喜马拉雅极速版
|
||||
|
||||
|
||||
24
dist/gkd.json
vendored
24
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 62,
|
||||
"version": 63,
|
||||
"author": "lisonge",
|
||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -1841,9 +1841,15 @@
|
||||
{
|
||||
"key": 3,
|
||||
"name": "播放页面-播放前广告",
|
||||
"activityIds": "com.ximalaya.ting.android.host.activity.MainActivity",
|
||||
"activityIds": [
|
||||
"com.ximalaya.ting.android.host.activity.MainActivity",
|
||||
"com.ximalaya.ting.android.framework.view.dialog"
|
||||
],
|
||||
"rules": "[id=\"com.ximalaya.ting.android:id/main_play_ad_close_real\"]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12506250"
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.gitee.io/import/12506250",
|
||||
"https://gkd-kit.gitee.io/import/12520626"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 4,
|
||||
@@ -1878,6 +1884,18 @@
|
||||
"name": "关闭更新弹窗",
|
||||
"rules": "[id=\"com.ximalaya.ting.android:id/host_tv_update_later\"]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12506287"
|
||||
},
|
||||
{
|
||||
"key": 7,
|
||||
"name": "关闭青少年模式弹窗",
|
||||
"activityIds": "com.ximalaya.ting.android.host.activity.MainActivity",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12506209",
|
||||
"rules": {
|
||||
"matches": [
|
||||
"[text*=\"青少年模式\"][id=\"com.ximalaya.ting.android:id/host_btn_set\"]",
|
||||
"[id=\"com.ximalaya.ting.android:id/host_dialog_close\"]"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user