mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ浏览器): 开屏广告(优化规则) (#2039)
* feat 开屏广告(优化规则) * feat(QQ浏览器): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,13 +7,16 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.tencent.mtt.MainActivity',
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
'@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]',
|
|
||||||
{
|
{
|
||||||
matches: '@LinearLayout[clickable=true] > TextView[text="跳过"]',
|
matches: '@LinearLayout[clickable=true] > TextView[text="跳过"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12472630'],
|
snapshotUrls: 'https://i.gkd.li/import/12472630',
|
||||||
},
|
},
|
||||||
|
'@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]', // 缺少快照
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user