mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:13:39 +08:00
feat(讯飞AI学): 开屏广告 (#446)
This commit is contained in:
parent
2ec1a20ee2
commit
b0509b0dff
15
src/apps/com.iflytek.aistudyclient.parentcontrol.ts
Normal file
15
src/apps/com.iflytek.aistudyclient.parentcontrol.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user