mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
22
src/apps/tw.com.gamer.android.animad.ts
Normal file
22
src/apps/tw.com.gamer.android.animad.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user