From 7db4c81473e2238228ed1b5fcc7d37d9d13c6ae4 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:34:13 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 783ee6fafeb937657e30b91fe30a6143c80ce84f Author: aisouler Date: Fri Jan 19 21:10:33 2024 +0800 feat(搜图神器):更新提示 --- ...example.administrator.searchpicturetool.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/com.example.administrator.searchpicturetool.ts diff --git a/src/apps/com.example.administrator.searchpicturetool.ts b/src/apps/com.example.administrator.searchpicturetool.ts new file mode 100644 index 00000000..8edf51b1 --- /dev/null +++ b/src/apps/com.example.administrator.searchpicturetool.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.example.administrator.searchpicturetool', + name: '搜图神器', + groups: [ + { + key: 1, + quickFind: true, + name: '更新提示', + desc: '点击取消', + rules: [ + { + matches: '@[text="取消"] + [text="立即升级"]', + snapshotUrls: 'https://i.gkd.li/import/13989147', + }, + ], + }, + ], +});