diff --git a/src/apps/com.miaoying.appmy.ts b/src/apps/com.miaoying.appmy.ts new file mode 100644 index 00000000..9b1ff44e --- /dev/null +++ b/src/apps/com.miaoying.appmy.ts @@ -0,0 +1,20 @@ +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', + }, + ], + }, + ], +});