mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
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:
@@ -8,9 +8,18 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.firebear.androil.app.splash.SplashActivity',
|
||||
rules: '[id="com.firebear.androil:id/adContainerLay"] [text="跳过"]',
|
||||
rules: [
|
||||
{
|
||||
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,
|
||||
name: '第三方 SDK 广告',
|
||||
|
||||
Reference in New Issue
Block a user