feat(宝宝生活记录): 应用内广告弹窗 (#3079)

close #3078
This commit is contained in:
adproqwq 2023-12-11 20:45:09 +08:00 committed by GitHub
parent a79c43f4ba
commit 04586d6538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.bluemobile.flutterbabylife',
name: '宝宝生活记录',
groups: [
{
key: 1,
name: '应用内广告弹窗',
matchTime: 10000,
actionMaximum: 1,
rules: [
{
key: 0,
name: '字节SDK',
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches: 'View[childCount=7] > View[index=1]',
snapshotUrls: 'https://i.gkd.li/import/13632639',
},
],
},
],
});