From 6f28cae253369357e4b532b5a8aa6c3d7c0d796e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:04:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E4=BC=9A=E8=AE=AE)?= =?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.tencent.wemeet.app.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.tencent.wemeet.app.ts diff --git a/src/apps/com.tencent.wemeet.app.ts b/src/apps/com.tencent.wemeet.app.ts new file mode 100644 index 00000000..4fad67d5 --- /dev/null +++ b/src/apps/com.tencent.wemeet.app.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.wemeet.app', + name: '腾讯会议', + groups: [ + { + key: 1, + name: '更新提示', + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="腾讯会议新版本"] +3 * > [text="下次安装"]', + snapshotUrls: 'https://i.gkd.li/import/14332625', + }, + ], +}); From b3695c8def13946e250afe283f369009f379a4f7 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:54:12 +0800 Subject: [PATCH 2/2] quickFind --- src/apps/com.tencent.wemeet.app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/com.tencent.wemeet.app.ts b/src/apps/com.tencent.wemeet.app.ts index 4fad67d5..19278ad8 100644 --- a/src/apps/com.tencent.wemeet.app.ts +++ b/src/apps/com.tencent.wemeet.app.ts @@ -9,6 +9,7 @@ export default defineAppConfig({ name: '更新提示', actionMaximum: 1, resetMatch: 'app', + quickFind: true, rules: '[text^="腾讯会议新版本"] +3 * > [text="下次安装"]', snapshotUrls: 'https://i.gkd.li/import/14332625', },