feat(观星): 全屏广告-开屏广告弹窗 (#3974)

close #3969
This commit is contained in:
Adpro
2024-01-28 13:33:23 +08:00
committed by GitHub
parent bbf97fd926
commit 7a4156e1da

19
src/apps/com.x.istar.ts Normal file
View 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',
},
],
});