From ef9dc3723ea2664213fbc6fc97c9c309d59121f5 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:50:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C=E9=87=91=E8=9E=8D):=20?= =?UTF-8?q?=E6=BB=A1=E6=84=8F=E5=BA=A6=E6=89=93=E5=88=86=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20(#3624)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3617 --- src/apps/com.jd.jrapp.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.jd.jrapp.ts b/src/apps/com.jd.jrapp.ts index 90a32b0f..bad5daf8 100644 --- a/src/apps/com.jd.jrapp.ts +++ b/src/apps/com.jd.jrapp.ts @@ -53,5 +53,13 @@ export default defineAppConfig({ '@ImageButton[id="com.jd.jrapp:id/ib_close"] + RelativeLayout [text^="发现新版本"]', snapshotUrls: 'https://i.gkd.li/import/13628364', }, + { + key: 3, + name: '满意度打分弹窗', + actionMaximum: 1, + resetMatch: 'activity', + rules: '[text*="满意度打几分"] + ImageView', + snapshotUrls: 'https://i.gkd.li/import/13804561', + }, ], });