From 955cc6f9212d18a07d053e67af0bbe4e58de10aa Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 17:50:12 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit b5e14662129a3071241dbd25c623d3214250421d Author: aisouler Date: Thu Jan 18 18:14:12 2024 +0800 feat(酷我音乐):酷我会员日弹窗 --- src/apps/cn.kuwo.player.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/cn.kuwo.player.ts diff --git a/src/apps/cn.kuwo.player.ts b/src/apps/cn.kuwo.player.ts new file mode 100644 index 00000000..5f6b8bdf --- /dev/null +++ b/src/apps/cn.kuwo.player.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.kuwo.player', + name: '酷我音乐', + groups: [ + { + key: 1, + quickFind: true, + name: '全屏广告-酷我会员日弹窗', + rules: [ + { + activityIds: 'cn.kuwo.player.activities.MainActivity', + matches: '[id="cn.kuwo.player:id/iv_business_personal_dia_close"]', + snapshotUrls: 'https://i.gkd.li/import/13974483', + }, + ], + }, + ], +});