diff --git a/src/apps/com.ddsy.songyao.ts b/src/apps/com.ddsy.songyao.ts new file mode 100644 index 00000000..abb3a35e --- /dev/null +++ b/src/apps/com.ddsy.songyao.ts @@ -0,0 +1,34 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ddsy.songyao', + name: '叮当快药', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + activityIds: 'com.ddsy.songyao.activity.SplashActivity', + rules: [ + { + matches: '[id="com.ddsy.songyao:id/time"][text*="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13048719', + }, + ], + }, + { + key: 1, + name: '优惠卷提示', + quickFind: true, + activityIds: 'com.ddsy.songyao.activity.SplashActivity', + rules: [ + { + matches: + '[id="com.ddsy.songyao:id/iv_coupon_bottom"] + [id="com.ddsy.songyao:id/iv_close"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13048720', + }, + ], + }, + ], +});