mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 15:42:20 +08:00
parent
a79c43f4ba
commit
04586d6538
24
src/apps/com.bluemobile.flutterbabylife.ts
Normal file
24
src/apps/com.bluemobile.flutterbabylife.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user