mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
Squashed commit of the following:
commit b5e14662129a3071241dbd25c623d3214250421d Author: aisouler <zy43220@gmail.com> Date: Thu Jan 18 18:14:12 2024 +0800 feat(酷我音乐):酷我会员日弹窗
This commit is contained in:
20
src/apps/cn.kuwo.player.ts
Normal file
20
src/apps/cn.kuwo.player.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user