diff --git a/src/apps/com.le123.ysdq.ts b/src/apps/com.le123.ysdq.ts new file mode 100644 index 00000000..19e6b6ca --- /dev/null +++ b/src/apps/com.le123.ysdq.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.le123.ysdq', + name: '影视大全', + groups: [ + { + key: 1, + name: '卡片式广告', + rules: [ + { + key: 0, + activityIds: + 'com.elinkway.infinitemovies.ui.activity.NewMainActivity', + quickFind: true, + matches: '[id="com.le123.ysdq:id/ad_close_iv"]', + snapshotUrls: 'https://i.gkd.li/import/13635244', + }, + ], + }, + ], +});