diff --git a/src/apps/com.rym.door.ts b/src/apps/com.rym.door.ts new file mode 100644 index 00000000..661d5dd6 --- /dev/null +++ b/src/apps/com.rym.door.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.rym.door', + name: '日淘任意门', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + rules: + 'View[childCount=4] > [desc^="跳过("][desc.length<=6][clickable=true]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12865344', + }, + ], +});