mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
22 lines
598 B
TypeScript
22 lines
598 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.zhouyu.music',
|
|
name: '微音乐',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '广告弹窗',
|
|
activityIds: 'com.zhouyu.music.activities.MainActivity',
|
|
rules:
|
|
'@TextView[id=null][clickable=true] + View > View > View [text$="广告"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/13062330',
|
|
'https://i.gkd.li/import/13068583',
|
|
],
|
|
exampleUrls:
|
|
'https://github.com/gkd-kit/inspect/assets/38517192/798afc53-4aaf-481f-acb1-7c193bd8e6d6',
|
|
},
|
|
],
|
|
});
|