mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(番茄免费小说): 阅读页面底部广告- 规则优化 (#1085)
* feat(番茄免费小说): 阅读页面底部广告- 规则优化 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1084
This commit is contained in:
@@ -7,17 +7,20 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '阅读页面底部广告',
|
name: '阅读页面底部广告',
|
||||||
|
activityIds: [
|
||||||
|
'com.dragon.read.ad.banner.ui',
|
||||||
|
'com.dragon.read.reader.ReaderActivity',
|
||||||
|
'com.dragon.read.reader.ui.ReaderActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.dragon.read.ad.banner.ui',
|
|
||||||
matches: '@[clickable=true] TextView[text="关闭此条广告"]',
|
matches: '@[clickable=true] TextView[text="关闭此条广告"]',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
activityIds: 'com.dragon.read.reader.ReaderActivity',
|
|
||||||
matches: '@ImageView - LinearLayout TextView[text="广告"]',
|
matches: '@ImageView - LinearLayout TextView[text="广告"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12908719',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
activityIds: 'com.dragon.read.reader.ui.ReaderActivity',
|
|
||||||
matches:
|
matches:
|
||||||
'[id="com.dragon.read:id/root_view"] >n ViewGroup > @FrameLayout[id!=null][clickable=true] > ImageView',
|
'[id="com.dragon.read:id/root_view"] >n ViewGroup > @FrameLayout[id!=null][clickable=true] > ImageView',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12716444',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12716444',
|
||||||
|
|||||||
Reference in New Issue
Block a user