From 7276e3f085b6df67e6d549934ffc489ad457bf16 Mon Sep 17 00:00:00 2001 From: Crty <408584981@qq.com> Date: Sun, 26 Nov 2023 22:08:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2518)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update com.ss.android.ugc.aweme.ts 更新首页开屏广告 * Update com.ss.android.ugc.aweme.ts --------- Co-authored-by: 二刺螈 --- src/apps/com.ss.android.ugc.aweme.ts | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index ac442952..84df2dd8 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -10,8 +10,19 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[desc="跳过广告"]', - snapshotUrls: 'https://i.gkd.li/import/13216121', + rules: [ + { + key: 0, + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13460370', + }, + { + actionMaximumKey: 0, + matches: '[desc="跳过广告"]', + snapshotUrls: 'https://i.gkd.li/import/13216121', + }, + ], }, { key: 0,