mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
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:
@@ -7,12 +7,20 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: 'TextView[text^="跳过"]',
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
matches: 'TextView[text^="跳过"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13259108',
|
snapshotUrls: 'https://i.gkd.li/import/13259108',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13372486',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user