mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 12:52:21 +08:00
build: json,readme
This commit is contained in:
parent
66d40d0913
commit
e87492361a
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
搞快点 APP 默认订阅规则
|
搞快点 APP 默认订阅规则
|
||||||
|
|
||||||
当前订阅文件已适配 97 个 APP, 共有 170 规则组
|
当前订阅文件已适配 97 个 APP, 共有 171 规则组
|
||||||
|
|
||||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||||
|
|
||||||
|
@ -413,6 +413,9 @@
|
||||||
### [com.ss.android.ugc.aweme](/src/apps/com.ss.android.ugc.aweme.ts) - 抖音
|
### [com.ss.android.ugc.aweme](/src/apps/com.ss.android.ugc.aweme.ts) - 抖音
|
||||||
|
|
||||||
- **关闭青少年弹窗**
|
- **关闭青少年弹窗**
|
||||||
|
- **关闭用户推荐**
|
||||||
|
- [快照-0](https://gkd-kit.gitee.io/import/12520962)
|
||||||
|
- [快照-1](https://gkd-kit.gitee.io/import/12520943)
|
||||||
|
|
||||||
### [com.taobao.taobao](/src/apps/com.taobao.taobao.ts) - 淘宝
|
### [com.taobao.taobao](/src/apps/com.taobao.taobao.ts) - 淘宝
|
||||||
|
|
||||||
|
|
18
dist/gkd.json
vendored
18
dist/gkd.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 63,
|
"version": 64,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
|
@ -1472,6 +1472,22 @@
|
||||||
"key": 0,
|
"key": 0,
|
||||||
"name": "关闭青少年弹窗",
|
"name": "关闭青少年弹窗",
|
||||||
"rules": "Button[text=`开启青少年模式`] + * > Button[text!=null]"
|
"rules": "Button[text=`开启青少年模式`] + * > Button[text!=null]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": 1,
|
||||||
|
"name": "关闭用户推荐",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"activityIds": "com.google.android.material.bottomsheet.BottomSheetDialog",
|
||||||
|
"matches": "[id=\"com.ss.android.ugc.aweme:id/desc\"][text=\"减少此类推荐\"]",
|
||||||
|
"snapshotUrls": "https://gkd-kit.gitee.io/import/12520962"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"activityIds": "com.ss.android.ugc.aweme.main.MainActivity",
|
||||||
|
"matches": "[text=\"换一个\"] - FrameLayout[clickable=true] > ImageView[clickable=true]",
|
||||||
|
"snapshotUrls": "https://gkd-kit.gitee.io/import/12520943"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user