diff --git a/src/apps/com.qunhe.designer.ts b/src/apps/com.qunhe.designer.ts new file mode 100644 index 00000000..c94240b8 --- /dev/null +++ b/src/apps/com.qunhe.designer.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qunhe.designer', + name: '酷家乐设计师', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + actionMaximum: 1, + matchTime: 10000, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13226570', + }, + ], + }, + ], +});