From 95b130b840cfe9fa488b25fc8f7df39ac2e810fa Mon Sep 17 00:00:00 2001 From: W7256 <725618026@qq.com> Date: Fri, 29 Mar 2024 16:32:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9F=A5=E7=9C=8B=E5=8E=9F=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.wework.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.tencent.wework.ts diff --git a/src/apps/com.tencent.wework.ts b/src/apps/com.tencent.wework.ts new file mode 100644 index 000000000..db64ca6e7 --- /dev/null +++ b/src/apps/com.tencent.wework.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.wework', + name: '企业微信', + groups: [ + { + key: 1, + name: '功能类-查看原图', + rules: [ + { + quickFind: true, + activityIds: + 'com.tencent.wework.msg.controller.MediaPreviewerActivity', + matches: '[text^="查看原图"]', + exampleUrls: + 'https://m.gkd.li/110102406/23afd49e-ceaf-481d-b59f-02427bcaaac5', + snapshotUrls: 'https://i.gkd.li/i/14801540', + }, + ], + }, + ], +});