From 2dc41e927ea867382fbba51d394c868442b53b51 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:41:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(123=E4=BA=91=E7=9B=98):=20=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=86=85=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#2834?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(123云盘): 应用内广告弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.mfcloudcalculate.networkdisk.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.mfcloudcalculate.networkdisk.ts b/src/apps/com.mfcloudcalculate.networkdisk.ts index 0b8405b5..6373968b 100644 --- a/src/apps/com.mfcloudcalculate.networkdisk.ts +++ b/src/apps/com.mfcloudcalculate.networkdisk.ts @@ -27,5 +27,17 @@ export default defineAppConfig({ }, ], }, + { + key: 1, + name: '应用内广告弹窗', + activityIds: 'com.mfcloudcalculate.networkdisk.activity.AdFreeActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'activity', + quickFind: true, + rules: + '[text*="关闭"][id="com.mfcloudcalculate.networkdisk:id/tv_ad_free_colse"]', + snapshotUrls: 'https://i.gkd.li/import/13546173', + }, ], });