From 7a4156e1da6c804310926b9c5c7c5f12ede6a0a0 Mon Sep 17 00:00:00 2001 From: Adpro <101449500+adproqwq@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:33:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=82=E6=98=9F):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#3974)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3969 --- src/apps/com.x.istar.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.x.istar.ts diff --git a/src/apps/com.x.istar.ts b/src/apps/com.x.istar.ts new file mode 100644 index 000000000..42475d02b --- /dev/null +++ b/src/apps/com.x.istar.ts @@ -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', + }, + ], +});