feat(讯飞AI学): 开屏广告 (#446)

This commit is contained in:
Kun Jinkao 2023-09-28 10:33:02 +08:00 committed by GitHub
parent 2ec1a20ee2
commit b0509b0dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
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', // 选中的目标是快照中的一片区域,不确定能否达到预期目的
snapshotUrls: 'https://gkd-kit.songe.li/import/12740402',
},
],
});