From 35f3ca51d117eb9d34e3f04795ae205be15f8594 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:58:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(=E6=89=8B=E6=9C=BA=E6=80=A7=E8=83=BD?= =?UTF-8?q?=E6=8E=92=E8=A1=8C)=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.nasoft.socmark.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.nasoft.socmark.ts diff --git a/src/apps/com.nasoft.socmark.ts b/src/apps/com.nasoft.socmark.ts new file mode 100644 index 00000000..07fa41cc --- /dev/null +++ b/src/apps/com.nasoft.socmark.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.nasoft.socmark', + name: '手机性能排行', + groups: [ + { + key: 1, + name: '更新提示', + actionMaximum: 1, + resetMatch: 'app', + rules: '@[text="取消"] + [text="更新"]', + snapshotUrls: 'https://i.gkd.li/import/14332576', + }, + ], +}); From c354424b11ce708a8cd09a37e05bf6ce59f8bab7 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:55:00 +0800 Subject: [PATCH 2/2] quickFind --- src/apps/com.nasoft.socmark.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/com.nasoft.socmark.ts b/src/apps/com.nasoft.socmark.ts index 07fa41cc..c28efc57 100644 --- a/src/apps/com.nasoft.socmark.ts +++ b/src/apps/com.nasoft.socmark.ts @@ -9,6 +9,7 @@ export default defineAppConfig({ name: '更新提示', actionMaximum: 1, resetMatch: 'app', + quickFind: true, rules: '@[text="取消"] + [text="更新"]', snapshotUrls: 'https://i.gkd.li/import/14332576', },