mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
24 lines
532 B
TypeScript
24 lines
532 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.x.istar',
|
|
name: '观星',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
fastQuery: true,
|
|
activityIds: 'com.x.istar.view.main.MainActivity',
|
|
matches: '[text="关闭广告"][vid="btn_negative"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13974606',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|