diff --git a/src/apps/com.craftvpn.craft.ts b/src/apps/com.craftvpn.craft.ts new file mode 100644 index 00000000..00f90a35 --- /dev/null +++ b/src/apps/com.craftvpn.craft.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.craftvpn.craft', + name: '小牛加速器', + groups: [ + { + key: 1, + name: '开屏广告', + desc: '点击X', + quickFind: true, + actionMaximum: 1, + matchTime: 10000, + resetMatch: 'app', + rules: [ + { + matches: + '@View < View[childCount=2] < View[childCount=1] < View[childCount=1] < FrameLayout[childCount=1] < FrameLayout[childCount=1] < [id="android:id/content"]', + snapshotUrls: 'https://i.gkd.li/import/13914788', + }, + ], + }, + ], +});