diff --git a/src/apps/com.yaya.zone.ts b/src/apps/com.yaya.zone.ts new file mode 100644 index 00000000..3fde77f2 --- /dev/null +++ b/src/apps/com.yaya.zone.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yaya.zone', + name: '叮咚买菜', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.yaya.zone:id/tv_skip"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13215214', + }, + ], + }, + ], +});