mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(书旗小说): 阅读页面底部广告-规则优化 (#1043)
This commit is contained in:
@@ -31,11 +31,13 @@ export default defineAppConfig({
|
||||
desc: '点击关闭x图标-关闭优惠券弹窗-关闭当前广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.shuqi.android.ui.dialog',
|
||||
matches: '[id="com.shuqi.controller:id/right_close_ad_text"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12513893',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
activityIds: 'com.shuqi.monthlypay.view',
|
||||
matches: [
|
||||
'[text*="优惠券"]',
|
||||
@@ -44,11 +46,19 @@ export default defineAppConfig({
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12513908',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
activityIds: 'com.shuqi.reader.ShuqiReaderActivity',
|
||||
matches:
|
||||
'@ImageView[clickable=true] - RelativeLayout [id="com.shuqi.controller:id/noah_tv_stencil_native_source"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12513860',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
activityIds: 'com.shuqi.reader.ShuqiReaderActivity',
|
||||
matches:
|
||||
'[id="com.shuqi.controller:id/banner_container_ad"] >n RelativeLayout + ImageView',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12901429',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user