mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
21 lines
496 B
TypeScript
21 lines
496 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.miaoying.appmy',
|
|
name: '天空影视',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '应用内广告弹窗',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
|
matches: 'ImageView - FrameLayout > FrameLayout > ImageView',
|
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12846524',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|