diff --git a/src/apps/vstc.AKCXKJ.client.ts b/src/apps/vstc.AKCXKJ.client.ts new file mode 100644 index 00000000..2391d3e9 --- /dev/null +++ b/src/apps/vstc.AKCXKJ.client.ts @@ -0,0 +1,26 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'vstc.AKCXKJ.client', + name: 'FOWL', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: [ + 'vstc.AKCXKJ.client.SplashActivity', + 'vstc.AKCXKJ.client.MainActivity', + ], + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12661199'], + }, + { + matches: '@[id=null][text^="跳过"] < LinearLayout +(4) ImageView', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12661178'], + }, + ], + }, + ], +});