feat(得力e+):开屏广告(补充规则) (#3926)

close #3910
This commit is contained in:
AIsouler 2024-01-28 13:38:48 +08:00 committed by GitHub
parent 3fc00f94e7
commit a0ceddc92f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,20 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'@View[clickable=true] <2 FrameLayout <2 FrameLayout <<2 FrameLayout[id="com.delicloud.app.smartoffice:id/splash_container"]',
snapshotUrls: ['https://i.gkd.li/import/13840775'],
rules: [
{
quickFind: true,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [vid="splash_container"]',
snapshotUrls: [
'https://i.gkd.li/import/13840775',
'https://i.gkd.li/import/13944086',
],
},
],
},
],
});