feat(班级小管家) 开屏广告,应用内广告卡片 (#1071)

* feat 开屏广告

* feat 应用内广告卡片

close #1069
This commit is contained in:
Kun Jinkao 2023-10-15 02:32:43 +08:00 committed by GitHub
parent 2a8b63d61e
commit df81fc8f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,35 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.banjixiaoguanjia.app',
name: '班级小管家',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.zero.flutter_gromore_ads.page.AdSplashActivity',
matchLauncher: true,
quickFind: true,
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12904614',
},
{
key: 1,
name: '应用内广告卡片',
activityIds: 'com.banjixiaoguanjia.app.MainActivity',
rules: [
{
key: 0,
matches: '[id="com.byted.pangle:id/tt_bu_close"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12904612',
},
{
preKeys: 0,
key: 1,
matches: '@LinearLayout > [text="不感兴趣"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12906196',
},
],
},
],
});