diff --git a/src/apps/com.zzw.october.ts b/src/apps/com.zzw.october.ts index 0d99e768..8d19740a 100644 --- a/src/apps/com.zzw.october.ts +++ b/src/apps/com.zzw.october.ts @@ -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', + ], }, ], },