mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
23 lines
571 B
TypeScript
23 lines
571 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.vlending.apps.mubeat',
|
|
name: 'Mubeat',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
fastQuery: true,
|
|
activityIds: '.activity.LauncherActivity',
|
|
matches: '@[desc="Close Ad"][visibleToUser=true] > [text*="Ad"]',
|
|
exampleUrls: 'https://e.gkd.li/86c7a56e-190d-4063-9b38-e8cfd71381e2',
|
|
snapshotUrls: 'https://i.gkd.li/i/18053470',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|