feat(快通驾考): 开屏广告 (#1279)

close #1278
This commit is contained in:
Kun Jinkao
2023-10-22 00:04:58 +08:00
committed by GitHub
parent 1663749105
commit 70fd05664e

View File

@@ -0,0 +1,27 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.kuaitong.driver',
name: '快通驾考',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'io.dcloud.PandoraEntry',
matchLauncher: true,
rules: [
{
key: 0,
matches: '[id="com.kuaitong.driver:id/ksad_splash_circle_skip_view"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13059956',
},
{
key: 1,
matches:
'[id="com.kuaitong.driver:id/ad_dcloud_splash_container"] >n [text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13059954',
},
],
},
],
});