From 62b7351ce1472159ed9cc44fc5fc92f1782faa51 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:39:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=86=92=E5=9B=BE):=20=E5=A5=BD=E8=AF=84?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=20(#1301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(醒图) * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #1296 --- src/apps/com.xt.retouch.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.xt.retouch.ts diff --git a/src/apps/com.xt.retouch.ts b/src/apps/com.xt.retouch.ts new file mode 100644 index 00000000..b0678dbd --- /dev/null +++ b/src/apps/com.xt.retouch.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xt.retouch', + name: '醒图', + groups: [ + { + key: 5, + name: '好评反馈', + activityIds: 'com.xt.retouch.uilauncher.MainActivity', + rules: '[id="com.xt.retouch:id/market_feedback_dialog_close"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/13062637', + }, + ], +});