mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:53:38 +08:00
feat(咚漫漫画): 开屏广告(补充规则) (#2838)
* feat 开屏广告(补充规则) * feat 弹窗广告 * feat 请求开启个性化推荐弹窗 * Revert "feat 请求开启个性化推荐弹窗" This reverts commit2181356e1a
. * Revert "feat 弹窗广告" This reverts commit99940583a6
.
This commit is contained in:
parent
9646780198
commit
55164143c7
|
@ -11,8 +11,18 @@ export default defineAppConfig({
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
rules: [
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13407119',
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13407119',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '[text="跳过"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13546265',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user