feat(咚漫漫画): 开屏广告(补充规则) (#2838)

* feat 开屏广告(补充规则)

* feat 弹窗广告

* feat 请求开启个性化推荐弹窗

* Revert "feat 请求开启个性化推荐弹窗"

This reverts commit 2181356e1a.

* Revert "feat 弹窗广告"

This reverts commit 99940583a6.
This commit is contained in:
Kun Jinkao 2023-12-05 20:42:33 +08:00 committed by GitHub
parent 9646780198
commit 55164143c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,18 @@ export default defineAppConfig({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
rules: [
{
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',
},
],
},
],
});