mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
commit b5e14662129a3071241dbd25c623d3214250421d Author: aisouler <zy43220@gmail.com> Date: Thu Jan 18 18:14:12 2024 +0800 feat(酷我音乐):酷我会员日弹窗
21 lines
495 B
TypeScript
21 lines
495 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|