Files
AIsouler-GKD_subscription/src/apps/com.iflytek.aistudyclient.parentcontrol.ts
Kun Jinkao 3b7777f6b2 chore(讯飞AI学): 额外说明 (#481)
* feat(讯飞AI学)

* 根据 #429 更新注释
2023-09-28 20:09:23 +08:00

16 lines
563 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://gkd-kit.songe.li/import/12740402',
},
],
});