From fc1e8f29df916f67355ae5af0cc572da4af2218c Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:29:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=99=BA=E6=85=A7=E7=AC=91=E8=81=94)=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=E3=80=81=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=85=B3=E6=B3=A8=E5=85=AC=E4=BC=97?= =?UTF-8?q?=E5=8F=B7=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiaolian.prometheus.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.xiaolian.prometheus.ts diff --git a/src/apps/com.xiaolian.prometheus.ts b/src/apps/com.xiaolian.prometheus.ts new file mode 100644 index 00000000..55296ad9 --- /dev/null +++ b/src/apps/com.xiaolian.prometheus.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaolian.prometheus', + name: '智慧笑联', + groups: [ + { + key: 1, + name: '更新弹窗', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '@[vid="close_rel"] - * > [text="发现新版本"]', + snapshotUrls: 'https://i.gkd.li/import/14292788', + }, + { + key: 2, + name: '全屏广告-关注公众号弹窗', + activityIds: 'com.xiaolian.home.ui.HomeActivity', + quickFind: true, + rules: '@[vid="close_img"] + [text="关注"]', + snapshotUrls: 'https://i.gkd.li/import/14292789', + }, + ], +});