feat(快对): 开屏广告, 首页广告弹窗 (#373)

This commit is contained in:
Kun Jinkao 2023-09-25 23:55:47 +08:00 committed by GitHub
parent 2a53f13e77
commit ea825709b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.kuaiduizuoye.scan',
name: '快对',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.kuaiduizuoye.scan.activity.init.InitActivity',
rules:
'[id="com.kuaiduizuoye.scan:id/fl_ad_container"] >n [text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12716275',
},
{
key: 1,
name: '首页广告弹窗',
activityIds: 'com.hihonor.android.launcher.drawer.DrawerLauncher',
rules: '[id="com.kuaiduizuoye.scan:id/iv_advertisement_widget_close"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12716285',
},
],
});