mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
build: json,readme
This commit is contained in:
13
README.md
13
README.md
@@ -6,7 +6,7 @@
|
||||
|
||||
搞快点 APP 默认订阅规则
|
||||
|
||||
当前订阅文件已适配 104 个 APP, 共有 191 规则组
|
||||
当前订阅文件已适配 105 个 APP, 共有 193 规则组
|
||||
|
||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
|
||||
@@ -389,6 +389,11 @@
|
||||
- **开屏广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12512845)
|
||||
|
||||
### [com.pingan.lifecircle](/src/apps/com.pingan.lifecircle.ts) - 平安好生活
|
||||
|
||||
- **开屏广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12567724)
|
||||
|
||||
### [com.qidian.QDReader](/src/apps/com.qidian.QDReader.ts) - 起点读书
|
||||
|
||||
- **开屏广告**
|
||||
@@ -513,6 +518,12 @@
|
||||
- **微信读书网页版扫码登录自动授权**
|
||||
- [快照-0](https://gkd-kit.songe.li/import/12506197)
|
||||
- [快照-1](https://gkd-kit.songe.li/import/12506201)
|
||||
- 默认禁用 **微信红包自动领取** - 自动领取私聊红包,群聊红包
|
||||
- [示例-0](https://github.com/gkd-kit/subscription/assets/38517192/32cfda78-b2e1-456c-8d85-bfb2bc4683aa)
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12567696)
|
||||
- [快照-1](https://gkd-kit.gitee.io/import/12567697)
|
||||
- [快照-2](https://gkd-kit.gitee.io/import/12567698)
|
||||
- [快照-3](https://gkd-kit.gitee.io/import/12567637)
|
||||
|
||||
### [com.tencent.mobileqq](/src/apps/com.tencent.mobileqq.ts) - QQ
|
||||
|
||||
|
||||
51
dist/gkd.json
vendored
51
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 79,
|
||||
"version": 80,
|
||||
"author": "lisonge",
|
||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -1390,6 +1390,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "com.pingan.lifecircle",
|
||||
"name": "平安好生活",
|
||||
"groups": [
|
||||
{
|
||||
"key": 0,
|
||||
"name": "开屏广告",
|
||||
"activityIds": "com.pingan.lifecircle.home.SplashActivity",
|
||||
"rules": "[id=\"com.pingan.lifecircle:id/splash_time_tv\"]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12567724"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "com.qidian.QDReader",
|
||||
"name": "起点读书",
|
||||
@@ -1878,6 +1891,42 @@
|
||||
"snapshotUrls": "https://gkd-kit.songe.li/import/12506201"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"enable": false,
|
||||
"key": 5,
|
||||
"name": "微信红包自动领取",
|
||||
"desc": "自动领取私聊红包,群聊红包",
|
||||
"exampleUrls": "https://github.com/gkd-kit/subscription/assets/38517192/32cfda78-b2e1-456c-8d85-bfb2bc4683aa",
|
||||
"rules": [
|
||||
{
|
||||
"name": "从红包结算界面返回",
|
||||
"preKeys": [
|
||||
1,
|
||||
2
|
||||
],
|
||||
"activityIds": "com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyBeforeDetailUI",
|
||||
"matches": "ImageView[desc=\"返回\"]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12567696"
|
||||
},
|
||||
{
|
||||
"key": 1,
|
||||
"name": "点击红包-开",
|
||||
"activityIds": "com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyNotHookReceiveUI",
|
||||
"matches": "ImageButton[desc=\"开\"] + Button[desc=\"开\"]",
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.gitee.io/import/12567697",
|
||||
"https://gkd-kit.gitee.io/import/12567698"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 2,
|
||||
"name": "点击别人发的红包",
|
||||
"activityIds": "com.tencent.mm.ui.LauncherUI",
|
||||
"matches": "LinearLayout[childCount=1] >5 LinearLayout[childCount=1] - ImageView < LinearLayout + View + RelativeLayout > TextView[text=\"微信红包\"][id!=null]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12567637"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user