mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(UC浏览器): 开屏广告-规则优化 (#1563)
* feat(UC浏览器): 开屏广告 * feat(UC浏览器): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1556
This commit is contained in:
@@ -7,10 +7,21 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: -1,
|
key: -1,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.uc.browser.InnerUCMobile',
|
matchTime: 10000,
|
||||||
matchLauncher: true,
|
actionMaximum: 1,
|
||||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
resetMatch: 'app',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13188653',
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13188653',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'@View[clickable=true] < RelativeLayout <2 FrameLayout < FrameLayout < FrameLayout <4 FrameLayout < [id="android:id/content"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13197655',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user