From b2d32308a9a7bb92d32fc9c9775e735227c31cca Mon Sep 17 00:00:00 2001 From: Zeng Weiyu Date: Sun, 3 Dec 2023 16:33:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(AcFun):=20=E9=9D=92=E5=B0=91=E5=B9=B4?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=BC=B9=E7=AA=97=20(#2697)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update tv.acfundanmaku.video.ts * chore(actions): check_format_lint * Update tv.acfundanmaku.video.ts --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/tv.acfundanmaku.video.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/tv.acfundanmaku.video.ts b/src/apps/tv.acfundanmaku.video.ts index 6ea5e83b..261a6d84 100644 --- a/src/apps/tv.acfundanmaku.video.ts +++ b/src/apps/tv.acfundanmaku.video.ts @@ -20,5 +20,22 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '青少年模式弹窗', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + activityIds: 'tv.acfun.core.module.main.MainActivity', + matches: '[id="tv.acfundanmaku.video:id/btnSimpleDialogOne"]', + exampleUrls: + 'https://m.gkd.li/6328439/8229e6ec-f1d6-4162-96ad-c3a6b74877c7', + snapshotUrls: 'https://i.gkd.li/import/13518737', + }, + ], + }, ], });