mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(志愿汇): 开屏广告 (#1390)
* feat(志愿汇): 开屏广告 * feat(志愿汇): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -13,15 +13,18 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
desc: '方形按钮-开屏广告',
|
desc: '方形按钮-开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches: '[id="com.zzw.october:id/skip_parent_view"]',
|
matches: ['[id="com.zzw.october:id/skip_parent_view"]'],
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12842667',
|
snapshotUrls: ['https://i.gkd.li/import/12842667'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
desc: '圆形按钮-开屏广告',
|
desc: '圆形按钮-开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches: '@ImageView + ViewGroup > TextView[text="跳过"]',
|
matches: 'TextView[text^="跳过"][text.length<=4]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12842724',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12842724',
|
||||||
|
'https://i.gkd.li/import/13160835',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user