mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +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,
|
||||
desc: '方形按钮-开屏广告',
|
||||
quickFind: true,
|
||||
matches: '[id="com.zzw.october:id/skip_parent_view"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12842667',
|
||||
matches: ['[id="com.zzw.october:id/skip_parent_view"]'],
|
||||
snapshotUrls: ['https://i.gkd.li/import/12842667'],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
desc: '圆形按钮-开屏广告',
|
||||
quickFind: true,
|
||||
matches: '@ImageView + ViewGroup > TextView[text="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12842724',
|
||||
matches: 'TextView[text^="跳过"][text.length<=4]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12842724',
|
||||
'https://i.gkd.li/import/13160835',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user