mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(UC浏览器): 开屏广告-规则优化 (#1563)
* feat(UC浏览器): 开屏广告 * feat(UC浏览器): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1556
This commit is contained in:
@@ -7,11 +7,22 @@ export default defineAppConfig({
|
||||
{
|
||||
key: -1,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.uc.browser.InnerUCMobile',
|
||||
matchLauncher: true,
|
||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
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,
|
||||
name: '信息流广告',
|
||||
|
||||
Reference in New Issue
Block a user