feat(动画疯):年龄限制窗口 (#3654)

close #3644
This commit is contained in:
AIsouler
2024-01-02 20:59:33 +08:00
committed by GitHub
parent 08af92af09
commit 481ca4a80c

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