mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
19
src/apps/com.x.istar.ts
Normal file
19
src/apps/com.x.istar.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.x.istar',
|
||||||
|
name: '观星',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-开屏广告弹窗',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
resetMatch: 'app',
|
||||||
|
actionMaximum: 1,
|
||||||
|
activityIds: 'com.x.istar.view.main.MainActivity',
|
||||||
|
rules: '[text="关闭广告"][vid="btn_negative"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13974606',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user