mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
build: json,readme
This commit is contained in:
21
README.md
21
README.md
@@ -6,7 +6,7 @@
|
||||
|
||||
搞快点 APP 默认订阅规则
|
||||
|
||||
当前订阅文件已适配 118 个 APP, 共有 230 规则组
|
||||
当前订阅文件已适配 119 个 APP, 共有 237 规则组
|
||||
|
||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
|
||||
@@ -362,7 +362,19 @@
|
||||
|
||||
### [com.kmxs.reader](/src/apps/com.kmxs.reader.ts) - 七猫免费小说
|
||||
|
||||
- **关闭青少年模式**
|
||||
- **开屏广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12640282)
|
||||
- **青少年模式弹窗**
|
||||
- **更新弹窗**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12641338)
|
||||
- **阅读页面底部广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12640296)
|
||||
- **阅读结束后显示的广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12640303)
|
||||
- 默认禁用 **签到弹窗**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12640320)
|
||||
- 默认禁用 **右侧悬浮红包** - 此规则无法触发,原因未知,因此默认关闭
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12640287)
|
||||
|
||||
### [com.koudai.weidian.buyer](/src/apps/com.koudai.weidian.buyer.ts) - 微店
|
||||
|
||||
@@ -769,6 +781,11 @@
|
||||
- **开屏广告**
|
||||
- **首页顶部广告卡片**
|
||||
|
||||
### [com.zy.flt_yishang](/src/apps/com.zy.flt_yishang.ts) - 飞猫管家
|
||||
|
||||
- **开屏广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12641337)
|
||||
|
||||
### [ctrip.android.view](/src/apps/ctrip.android.view.ts) - 携程旅行
|
||||
|
||||
- **开屏广告**
|
||||
|
||||
77
dist/gkd.json
vendored
77
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 92,
|
||||
"version": 93,
|
||||
"author": "lisonge",
|
||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -1340,10 +1340,67 @@
|
||||
"name": "七猫免费小说",
|
||||
"groups": [
|
||||
{
|
||||
"key": 0,
|
||||
"name": "关闭青少年模式",
|
||||
"key": -1,
|
||||
"name": "开屏广告",
|
||||
"activityIds": "com.kmxs.reader.home.ui.HomeActivity",
|
||||
"rules": "[id=`com.kmxs.reader:id/young_dialog_close`]"
|
||||
"rules": [
|
||||
"[id=\"com.kmxs.reader:id/tv_count_down_text\"][text^=\"跳过\"]"
|
||||
],
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.gitee.io/import/12640282"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 0,
|
||||
"name": "青少年模式弹窗",
|
||||
"activityIds": "com.kmxs.reader.home.ui.HomeActivity",
|
||||
"rules": "[id=\"com.kmxs.reader:id/young_dialog_close\"]"
|
||||
},
|
||||
{
|
||||
"key": -2,
|
||||
"name": "更新弹窗",
|
||||
"activityIds": "com.km.app.update.UpdateVersionV2Activity",
|
||||
"rules": "[id=\"com.kmxs.reader:id/tv_update_cancel\"]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12641338"
|
||||
},
|
||||
{
|
||||
"key": 2,
|
||||
"name": "阅读页面底部广告",
|
||||
"activityIds": "org.geometerplus.android.fbreader.FBReader",
|
||||
"rules": "[id=\"com.kmxs.reader:id/ll_ad_native_banner\"] > [id=\"com.kmxs.reader:id/iv_ad_direct_close\"]",
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.gitee.io/import/12640296"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 3,
|
||||
"name": "阅读结束后显示的广告",
|
||||
"activityIds": "org.geometerplus.android.fbreader.FBReader",
|
||||
"rules": "[text$=\"广告\"] - ImageView[id=\"com.kmxs.reader:id/logo_icon\"] < * < * - LinearLayout > ImageView[id=\"com.kmxs.reader:id/ad_direct_close\"]",
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.gitee.io/import/12640303"
|
||||
]
|
||||
},
|
||||
{
|
||||
"enable": false,
|
||||
"key": 4,
|
||||
"name": "签到弹窗",
|
||||
"activityIds": "org.geometerplus.android.fbreader.FBReader",
|
||||
"rules": "@TextView[id=null] < View +(2) TextView[text^=\"已连签\"&&text*=\"天\"]",
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.gitee.io/import/12640320"
|
||||
]
|
||||
},
|
||||
{
|
||||
"enable": false,
|
||||
"key": 99,
|
||||
"name": "右侧悬浮红包",
|
||||
"desc": "此规则无法触发,原因未知,因此默认关闭",
|
||||
"activityIds": "com.kmxs.reader.home.ui.HomeActivity",
|
||||
"rules": "[id=\"com.kmxs.reader:id/red_packet_img\"] + [id=\"com.kmxs.reader:id/close_red_packet\"]",
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.gitee.io/import/12640287"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -2983,6 +3040,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "com.zy.flt_yishang",
|
||||
"name": "飞猫管家",
|
||||
"groups": [
|
||||
{
|
||||
"key": 0,
|
||||
"name": "开屏广告",
|
||||
"rules": "Button[desc^=\"跳过广告\"][desc.length<=6][clickable=true]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12641337"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ctrip.android.view",
|
||||
"name": "携程旅行",
|
||||
|
||||
Reference in New Issue
Block a user