feat(乔安智联): 开屏广告 (#1690)

* Update com.jooan.qiaoanzhilian.ts

* chore(actions): check_format_lint

* feat(乔安智联): 规则优化

---------

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:
walklty
2023-11-02 20:09:01 +08:00
committed by GitHub
parent 2fc46b7b4f
commit bbf1733225

View File

@@ -11,8 +11,11 @@ export default defineAppConfig({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13197473',
rules: 'TextView[text^="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13197473',
'https://gkd-kit.gitee.io/import/13223790',
],
},
],
});