feat(遥控精灵): 开屏广告 (#116)

This commit is contained in:
Kun Jinkao
2023-09-17 22:12:58 +08:00
committed by GitHub
parent 7a40f65ea4
commit 7218a6864a

View 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',
],
},
],
},
],
});