diff --git a/src/apps/com.excean.na.ts b/src/apps/com.excean.na.ts new file mode 100644 index 00000000..fa9b3a72 --- /dev/null +++ b/src/apps/com.excean.na.ts @@ -0,0 +1,35 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.excean.na', + name: '99手游加速器', + groups: [ + { + key: 1, + quickFind: true, + name: '局部广告-卡片广告', + desc: '点击X', + rules: [ + { + activityIds: 'com.excelliance.kxqp.ui.activity.GameLaunchActivity', + matches: '[id="com.excean.na:id/iv_close_ad"]', + snapshotUrls: 'https://i.gkd.li/import/13931051', + }, + ], + }, + { + key: 2, + quickFind: true, + name: '全屏广告-首页弹窗广告', + desc: '点击X', + rules: [ + { + activityIds: 'com.excelliance.kxqp.ui.MainActivity', + matches: + '@ImageView[visibleToUser=true] <<5 [id="android:id/content"]', + snapshotUrls: 'https://i.gkd.li/import/13930990', + }, + ], + }, + ], +});