Files
AIsouler-GKD_subscription/src/apps/com.iflytek.aistudyclient.parentcontrol.ts
2023-10-23 01:20:09 +08:00

16 lines
555 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.iflytek.aistudyclient.parentcontrol',
name: '讯飞AI学',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.iflytek.aistudyclient.parentcontrol.MainActivity',
rules: 'View > @[desc^="跳过"] + ImageView', // 点击目标是快照中的一片区域https://github.com/gkd-kit/subscription/issues/429#issuecomment-1738990131 反馈可以成功跳过
snapshotUrls: 'https://i.gkd.li/import/12740402',
},
],
});