feat(天空影视): 应用内广告弹窗 (#811)

This commit is contained in:
Kun Jinkao
2023-10-10 00:17:06 +08:00
committed by GitHub
parent 5f61109bf1
commit 96aeaaaaae

View File

@@ -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',
},
],
},
],
});