feat(趣智校园): 第三方 SDK 广告弹窗 (#574)

This commit is contained in:
Kun Jinkao 2023-10-02 23:07:13 +08:00 committed by GitHub
parent aee52709cb
commit ed34c920dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,27 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.klcxkj.zqxy',
name: '趣智校园',
groups: [
{
key: 1,
name: '第三方 SDK 广告弹窗',
rules: [
{
key: 0,
activityIds: 'com.anythink.basead.ui.ATPortraitTranslucentActivity',
matches: '[id="com.klcxkj.zqxy:id/anythink_myoffer_btn_close_id"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12781415',
},
{
key: 1,
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
matches:
'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView',
snapshotUrls: 'https://gkd-kit.songe.li/import/12781461',
},
],
},
],
});