diff --git a/src/apps/com.dingda.app.ts b/src/apps/com.dingda.app.ts new file mode 100644 index 00000000..7efd80b8 --- /dev/null +++ b/src/apps/com.dingda.app.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.dingda.app', + name: '叮嗒出行', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: [ + '[id="com.dingda.app:id/adContent"]', + '[id!=null][id="com.byted.pangle:id/tt_splash_skip_btn"]', // 不能 quickFind + ], + snapshotUrls: 'https://i.gkd.li/import/13290327', + }, + ], + }, + ], +});