feat(Jump): 开屏广告 (#2152)

* chore(actions): check_format_lint

* 修改jump开屏广告跳过规则

* chore(actions): check_format_lint

* 添加快照链接,优化了一些细节

* 修正格式

* feat(Jump): 开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Nebulafalls
2023-11-16 21:37:50 +08:00
committed by GitHub
parent 4f588afb9d
commit f48f26400d

View File

@@ -7,12 +7,20 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13259108',
rules: [
{
quickFind: true,
matches: 'TextView[text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13259108',
},
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13372486',
},
],
},
],
});