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', + }, + ], + }, ], });