diff --git a/src/apps/com.ikang.official.ts b/src/apps/com.ikang.official.ts new file mode 100644 index 00000000..0f179c05 --- /dev/null +++ b/src/apps/com.ikang.official.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ikang.official', + name: '爱康约体检查报告', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.ikang.official:id/llAdvertCountdown"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13197061', + }, + ], + }, + ], +});