From d5c2445c974309168063c33cdf7d24dc79b7000c Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:47:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9D=AD=E5=B7=9E=E5=B8=82=E6=B0=91?= =?UTF-8?q?=E5=8D=A1):=20=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#2265)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.smk.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.smk.ts diff --git a/src/apps/com.smk.ts b/src/apps/com.smk.ts new file mode 100644 index 00000000..a64899ab --- /dev/null +++ b/src/apps/com.smk.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.smk', + name: '杭州市民卡', + groups: [ + { + key: 3, + name: '广告弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.smk.activity.MainActivity', + rules: '[id="com.smk:id/iv_close_ad"]', + snapshotUrls: 'https://i.gkd.li/import/13402584', + }, + ], +});