mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(遥控精灵): 开屏广告 (#116)
This commit is contained in:
22
src/apps/com.tiqiaa.icontrol.ts
Normal file
22
src/apps/com.tiqiaa.icontrol.ts
Normal file
@@ -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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user