From d594118556bd626d7e4e7c9124d60063b2ab329a Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:47:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(=E5=B0=8F=E7=B1=B3=E6=8D=A2=E6=9C=BA)?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miui.huanji.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.miui.huanji.ts diff --git a/src/apps/com.miui.huanji.ts b/src/apps/com.miui.huanji.ts new file mode 100644 index 00000000..2b88ae40 --- /dev/null +++ b/src/apps/com.miui.huanji.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.miui.huanji', + name: '小米换机', + groups: [ + { + key: 1, + name: '更新提示', + actionMaximum: 1, + resetMatch: 'app', + rules: '@[text="下次再说"] + [text="立即升级"]', + snapshotUrls: 'https://i.gkd.li/import/14332463', + }, + ], +}); From a4efcf5bead260f43242f2b04b106e75b1707f0e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:56:50 +0800 Subject: [PATCH 2/2] quickFind --- src/apps/com.miui.huanji.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/com.miui.huanji.ts b/src/apps/com.miui.huanji.ts index 2b88ae40..9b075079 100644 --- a/src/apps/com.miui.huanji.ts +++ b/src/apps/com.miui.huanji.ts @@ -9,6 +9,7 @@ export default defineAppConfig({ name: '更新提示', actionMaximum: 1, resetMatch: 'app', + quickFind: true, rules: '@[text="下次再说"] + [text="立即升级"]', snapshotUrls: 'https://i.gkd.li/import/14332463', },