mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 13:02:21 +08:00
build: json,readme
This commit is contained in:
parent
5699db81da
commit
80244b407c
18
README.md
18
README.md
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
搞快点 APP 默认订阅规则
|
搞快点 APP 默认订阅规则
|
||||||
|
|
||||||
当前订阅文件已适配 103 个 APP, 共有 185 规则组
|
当前订阅文件已适配 103 个 APP, 共有 187 规则组
|
||||||
|
|
||||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||||
|
|
||||||
|
@ -185,20 +185,22 @@
|
||||||
- **剧照广告**
|
- **剧照广告**
|
||||||
- [快照-0](https://gkd-kit.gitee.io/import/12509475)
|
- [快照-0](https://gkd-kit.gitee.io/import/12509475)
|
||||||
- [快照-1](https://gkd-kit.gitee.io/import/12509476)
|
- [快照-1](https://gkd-kit.gitee.io/import/12509476)
|
||||||
- **信息流广告** - 首页动态/推荐,帖子底部,点击广告关闭后出现关闭原因底部菜单-选择不感兴趣
|
- 默认禁用 **信息流广告** - 首页动态/推荐,帖子底部,点击广告关闭后出现关闭原因底部菜单-选择不感兴趣
|
||||||
|
- [快照-0](https://gkd-kit.gitee.io/import/12547964)
|
||||||
|
- [快照-1](https://gkd-kit.gitee.io/import/12548011)
|
||||||
|
- [快照-2](https://gkd-kit.gitee.io/import/12548046)
|
||||||
|
- [快照-3](https://gkd-kit.gitee.io/import/12548064)
|
||||||
|
- [快照-4](https://gkd-kit.gitee.io/import/12548450)
|
||||||
|
- **自动选择不感兴趣弹窗** - 广告关闭原因底部菜单-选择不感兴趣
|
||||||
- [快照-0](https://gkd-kit.gitee.io/import/12548016)
|
- [快照-0](https://gkd-kit.gitee.io/import/12548016)
|
||||||
- [快照-1](https://gkd-kit.gitee.io/import/12547964)
|
|
||||||
- [快照-2](https://gkd-kit.gitee.io/import/12548011)
|
|
||||||
- [快照-3](https://gkd-kit.gitee.io/import/12548046)
|
|
||||||
- [快照-4](https://gkd-kit.gitee.io/import/12548476)
|
|
||||||
- [快照-5](https://gkd-kit.gitee.io/import/12548064)
|
|
||||||
- [快照-6](https://gkd-kit.gitee.io/import/12548450)
|
|
||||||
- **卡片广告** - 书影音-卡片广告-点击卡片右下角"广告"文字
|
- **卡片广告** - 书影音-卡片广告-点击卡片右下角"广告"文字
|
||||||
- [快照-0](https://gkd-kit.gitee.io/import/12548160)
|
- [快照-0](https://gkd-kit.gitee.io/import/12548160)
|
||||||
- [快照-1](https://gkd-kit.gitee.io/import/12548116)
|
- [快照-1](https://gkd-kit.gitee.io/import/12548116)
|
||||||
- [快照-2](https://gkd-kit.gitee.io/import/12548131)
|
- [快照-2](https://gkd-kit.gitee.io/import/12548131)
|
||||||
- **关闭评分反馈弹窗**
|
- **关闭评分反馈弹窗**
|
||||||
- [快照-0](https://gkd-kit.gitee.io/import/12548314)
|
- [快照-0](https://gkd-kit.gitee.io/import/12548314)
|
||||||
|
- **影评广告卡片** - 影评顶部评论区顶部广告卡片-点击右下角x关闭广告
|
||||||
|
- [快照-0](https://gkd-kit.gitee.io/import/12548476)
|
||||||
|
|
||||||
### [com.dragon.read](/src/apps/com.dragon.read.ts) - 番茄免费小说
|
### [com.dragon.read](/src/apps/com.dragon.read.ts) - 番茄免费小说
|
||||||
|
|
||||||
|
|
40
dist/gkd.json
vendored
40
dist/gkd.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 72,
|
"version": 73,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
|
@ -676,6 +676,7 @@
|
||||||
{
|
{
|
||||||
"key": 3,
|
"key": 3,
|
||||||
"name": "信息流广告",
|
"name": "信息流广告",
|
||||||
|
"enable": false,
|
||||||
"desc": "首页动态/推荐,帖子底部,点击广告关闭后出现关闭原因底部菜单-选择不感兴趣",
|
"desc": "首页动态/推荐,帖子底部,点击广告关闭后出现关闭原因底部菜单-选择不感兴趣",
|
||||||
"activityIds": [
|
"activityIds": [
|
||||||
"com.douban.frodo.activity.SplashActivity",
|
"com.douban.frodo.activity.SplashActivity",
|
||||||
|
@ -684,10 +685,6 @@
|
||||||
"com.douban.frodo.subject.activity.ForumTopicActivity"
|
"com.douban.frodo.subject.activity.ForumTopicActivity"
|
||||||
],
|
],
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
|
||||||
"matches": "[text=\"不感兴趣\"][id=\"com.douban.frodo:id/mainText\"]",
|
|
||||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12548016"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matches": "ImageView[id=\"com.douban.frodo:id/avatar\"][index=0] +n ImageView[id=\"com.douban.frodo:id/menu_item\"]",
|
"matches": "ImageView[id=\"com.douban.frodo:id/avatar\"][index=0] +n ImageView[id=\"com.douban.frodo:id/menu_item\"]",
|
||||||
"snapshotUrls": [
|
"snapshotUrls": [
|
||||||
|
@ -696,10 +693,6 @@
|
||||||
"https://gkd-kit.gitee.io/import/12548046"
|
"https://gkd-kit.gitee.io/import/12548046"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"matches": "TextView < FrameLayout + FrameLayout > ImageView +3 FrameLayout > ImageView",
|
|
||||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12548476"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matches": "[id$=\"ad_not_interest\"]",
|
"matches": "[id$=\"ad_not_interest\"]",
|
||||||
"snapshotUrls": [
|
"snapshotUrls": [
|
||||||
|
@ -709,6 +702,21 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": 7,
|
||||||
|
"name": "自动选择不感兴趣弹窗",
|
||||||
|
"desc": "广告关闭原因底部菜单-选择不感兴趣",
|
||||||
|
"activityIds": [
|
||||||
|
"com.douban.frodo.activity.SplashActivity",
|
||||||
|
"com.douban.frodo.status.activity.StatusDetailActivity",
|
||||||
|
"com.douban.frodo.subject.structure.activity.MovieActivity",
|
||||||
|
"com.douban.frodo.subject.activity.ForumTopicActivity"
|
||||||
|
],
|
||||||
|
"rules": {
|
||||||
|
"matches": "[text=\"不感兴趣\"][id=\"com.douban.frodo:id/mainText\"]",
|
||||||
|
"snapshotUrls": "https://gkd-kit.gitee.io/import/12548016"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": 4,
|
"key": 4,
|
||||||
"cd": 10000,
|
"cd": 10000,
|
||||||
|
@ -735,6 +743,20 @@
|
||||||
"matches": "[text=\"下次再说\"][id=\"com.douban.frodo:id/neutral\"]",
|
"matches": "[text=\"下次再说\"][id=\"com.douban.frodo:id/neutral\"]",
|
||||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12548314"
|
"snapshotUrls": "https://gkd-kit.gitee.io/import/12548314"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": 6,
|
||||||
|
"name": "影评广告卡片",
|
||||||
|
"desc": "影评顶部评论区顶部广告卡片-点击右下角x关闭广告",
|
||||||
|
"activityIds": [
|
||||||
|
"com.douban.frodo.subject.activity.ForumTopicActivity"
|
||||||
|
],
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"matches": "TextView < FrameLayout + FrameLayout > ImageView +3 FrameLayout > ImageView",
|
||||||
|
"snapshotUrls": "https://gkd-kit.gitee.io/import/12548476"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user