From 481ca4a80caf0a2d6f60d856bea7a142d65fd14d Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:59:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8A=A8=E7=94=BB=E7=96=AF):=E5=B9=B4?= =?UTF-8?q?=E9=BE=84=E9=99=90=E5=88=B6=E7=AA=97=E5=8F=A3=20(#3654)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3644 --- src/apps/tw.com.gamer.android.animad.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/tw.com.gamer.android.animad.ts diff --git a/src/apps/tw.com.gamer.android.animad.ts b/src/apps/tw.com.gamer.android.animad.ts new file mode 100644 index 00000000..41e800eb --- /dev/null +++ b/src/apps/tw.com.gamer.android.animad.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'tw.com.gamer.android.animad', + name: '動畫瘋', + groups: [ + { + key: 1, + name: '动画疯年龄限制', + desc: '点击同意', + activityIds: 'tw.com.gamer.android.animad.VideoActivity', + quickFind: true, + rules: [ + { + matches: + '[id="tw.com.gamer.android.animad:id/agree_button"][text="同意"]', + snapshotUrls: 'https://i.gkd.li/import/13808757', + }, + ], + }, + ], +});