diff --git a/src/apps/com.guodongbaohe.app.ts b/src/apps/com.guodongbaohe.app.ts new file mode 100644 index 00000000..9f7d3577 --- /dev/null +++ b/src/apps/com.guodongbaohe.app.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.guodongbaohe.app', + name: '果冻宝盒', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + matchTime: 10000, + rules: '[text*="跳过"][id="com.guodongbaohe.app:id/time"]', + snapshotUrls: 'https://i.gkd.li/import/13543323', + }, + ], +});