mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
24 lines
560 B
TypeScript
24 lines
560 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.black.unique',
|
|
name: '全球购骑士特权',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
fastQuery: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.black.unique.feature.home.HomeActivity',
|
|
matches: '@ImageView[id="com.black.unique:id/iv_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13499502',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|