Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(观星): 全屏广告-开屏广告弹窗 (#3974)
Browse files Browse the repository at this point in the history
close #3969
  • Loading branch information
adproqwq authored Jan 28, 2024
1 parent bbf97fd commit 7a4156e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/apps/com.x.istar.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
});

0 comments on commit 7a4156e

Please sign in to comment.