mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:02:27 +08:00
feat(叮嗒出行): 开屏广告优化 (#2282)
* 钉钉:自动点击原图 * 钉钉:自动点击原图 * chore(actions): check_format_lint * 叮嗒出行:开屏广告优化 * chore(actions): check_format_lint * feat(叮嗒出行): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
c4cbf2cb9c
commit
e04cc4d1d2
|
@ -7,18 +7,22 @@ export default defineAppConfig({
|
|||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
matches: [
|
||||
'[id="com.dingda.app:id/adContent"]',
|
||||
'[id!=null][id="com.byted.pangle:id/tt_splash_skip_btn"]', // 不能 quickFind
|
||||
],
|
||||
key: 0,
|
||||
matches:
|
||||
'@[id="com.byted.pangle:id/tt_splash_skip_btn"] <<n [id="com.dingda.app:id/adContent"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13290327',
|
||||
},
|
||||
{
|
||||
actionMaximumKey: 0,
|
||||
matches: '[text^="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13403575',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user