diff --git a/src/apps/com.vgjump.jump.ts b/src/apps/com.vgjump.jump.ts new file mode 100644 index 00000000..16a2dcf1 --- /dev/null +++ b/src/apps/com.vgjump.jump.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.vgjump.jump', + name: 'Jump', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: 'TextView[text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13259108', + }, + ], +});