feat(拷貝漫畫): 开屏广告 - 规则优化 (#863)

- 【开屏广告】 - 规则优化精简
This commit is contained in:
jiuqianyuan 2023-10-10 23:43:47 +08:00 committed by GitHub
parent 578f87f36d
commit dc75a57c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,16 +15,14 @@ export default defineAppConfig({
], ],
rules: [ rules: [
{ {
matches: 'TextView[text!=null] - TextView[text^="跳过"]', matches: '[text *= "跳过" && text.length<6]',
snapshotUrls: [ snapshotUrls: [
'https://gkd-kit.gitee.io/import/12504489', 'https://gkd-kit.gitee.io/import/12504489',
'https://gkd-kit.gitee.io/import/12504507', 'https://gkd-kit.gitee.io/import/12504507',
'https://gkd-kit.songe.li/import/12852509',
'https://gkd-kit.gitee.io/import/12504492',
], ],
}, },
{
matches: 'ImageView + ViewGroup > TextView[text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12504492',
},
], ],
}, },
{ {