From 686f0881e3a9e2ec558034e0dbd5a5b9d8b1f6c0 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:28:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B8=83=E4=B8=81=E6=89=AB=E6=8F=8F):=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8F=90=E7=A4=BA=20(#2132)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit clsoe #2129 --- src/apps/com.wibo.bigbang.ocr.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.wibo.bigbang.ocr.ts diff --git a/src/apps/com.wibo.bigbang.ocr.ts b/src/apps/com.wibo.bigbang.ocr.ts new file mode 100644 index 00000000..05cb7ae2 --- /dev/null +++ b/src/apps/com.wibo.bigbang.ocr.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wibo.bigbang.ocr', + name: '布丁扫描', + groups: [ + { + key: 1, + name: '更新提示', + matchTime: 20000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: + '[id="com.wibo.bigbang.ocr:id/vivo_upgrade_negative_btn"][text="忽略本次"]', + snapshotUrls: 'https://i.gkd.li/import/13360281', + }, + ], + }, + ], +});