mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user