feat(小熊油耗): 开屏广告 - 规则优化 (#878)

* feat(小熊油耗): 开屏广告 - 规则优化

* Update com.firebear.androil.ts

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan
2023-10-10 23:58:59 +08:00
committed by GitHub
parent a3f8875411
commit b2ba8f67f0

View File

@@ -8,8 +8,17 @@ export default defineAppConfig({
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'com.firebear.androil.app.splash.SplashActivity', activityIds: 'com.firebear.androil.app.splash.SplashActivity',
rules: '[id="com.firebear.androil:id/adContainerLay"] [text="跳过"]', rules: [
snapshotUrls: 'https://gkd-kit.gitee.io/import/12712742', {
matches:
'[id="com.firebear.androil:id/adContainerLay"] [text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12712742',
},
{
matches: '[id="com.mangshe.tvdown:id/skip_view2"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12855707',
},
],
}, },
{ {
key: 1, key: 1,