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