diff --git a/src/apps/com.hanweb.android.sdzwfw.activity.ts b/src/apps/com.hanweb.android.sdzwfw.activity.ts index 4761c5918..4de94d940 100644 --- a/src/apps/com.hanweb.android.sdzwfw.activity.ts +++ b/src/apps/com.hanweb.android.sdzwfw.activity.ts @@ -14,8 +14,12 @@ export default defineGkdApp({ priorityTime: 10000, rules: [ { - matches: '[text*="关闭"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/i/13407227', + matches: + '@[clickable=true] > [text*="关闭" || text*="跳过"][text.length<10]', + snapshotUrls: [ + 'https://i.gkd.li/i/13407227', + 'https://i.gkd.li/i/30527745', + ], }, ], },