diff --git a/src/apps/com.excean.gspace.ts b/src/apps/com.excean.gspace.ts index 85737228..8c83c634 100644 --- a/src/apps/com.excean.gspace.ts +++ b/src/apps/com.excean.gspace.ts @@ -14,5 +14,17 @@ export default defineAppConfig({ rules: '[id="com.excean.gspace:id/tv_jump"]', snapshotUrls: 'https://i.gkd.li/import/13296144', }, + { + key: 1, + name: '弹窗广告', + activityIds: 'com.excelliance.kxqp.splash.SplashActivity', + rules: [ + { + matches: + 'FrameLayout[childCount=2] > LinearLayout[childCount=2] + FrameLayout[childCount=1] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13302890', + }, + ], + }, ], });