diff --git a/src/apps/com.tiqiaa.icontrol.ts b/src/apps/com.tiqiaa.icontrol.ts new file mode 100644 index 00000000..2e8256c6 --- /dev/null +++ b/src/apps/com.tiqiaa.icontrol.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tiqiaa.icontrol', + name: '遥控精灵', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.tiqiaa.icontrol.WelcomeActivity', + rules: [ + { + matches: '@[id=null][text^="跳过"] < LinearLayout +(n) ImageView', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12642183', + 'https://gkd-kit.gitee.io/import/12642185', + ], + }, + ], + }, + ], +});