From 6acd0e92b97b3e9481f48c87c85e3768715e6413 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:35:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BA=97=E9=95=BF=E7=9B=B4=E8=81=98):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97(gkd-kit#3473)=20(#3550)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3473 --- src/apps/com.hpbr.directhires.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.hpbr.directhires.ts diff --git a/src/apps/com.hpbr.directhires.ts b/src/apps/com.hpbr.directhires.ts new file mode 100644 index 00000000..4bb17041 --- /dev/null +++ b/src/apps/com.hpbr.directhires.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hpbr.directhires', + name: '店长直聘', + groups: [ + { + key: 3, + name: '更新弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.hpbr.directhires:id/iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/13774242', + }, + ], + }, + ], +});