mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
23 lines
529 B
TypeScript
23 lines
529 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.svm.hbyy',
|
|
name: '比翼多开',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '弹窗广告',
|
|
activityIds: 'com.svm.core.pro.view.activity.MainActivityEx',
|
|
rules: [
|
|
{
|
|
matches: [
|
|
'[text="打开或下载第三方应用"]',
|
|
'FrameLayout[childCount=3] + FrameLayout > ImageView',
|
|
],
|
|
snapshotUrls: 'https://i.gkd.li/import/13185377',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|