From 292ebb6c22bb02abd2fa60677ea8aabbb746db95 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:56:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=90=91=E6=97=A5=E8=91=B5=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E6=8E=A7=E5=88=B6):=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E9=80=80=E5=87=BAapp=E6=8F=90=E7=A4=BA=20(#3855)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(向日葵远程控制):功能类-退出app提示 Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> * chore(actions): check_format_lint --------- Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Co-authored-by: github-actions[bot] --- src/apps/com.oray.sunlogin.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/apps/com.oray.sunlogin.ts b/src/apps/com.oray.sunlogin.ts index a06861333..00d7b4535 100644 --- a/src/apps/com.oray.sunlogin.ts +++ b/src/apps/com.oray.sunlogin.ts @@ -6,7 +6,7 @@ export default defineAppConfig({ groups: [ { key: 0, - name: '瓜子会员弹窗', + name: '全屏广告-瓜子会员弹窗', desc: '点击右上角[关闭]', quickFind: true, activityIds: 'com.oray.sunlogin.application.Main', @@ -22,7 +22,7 @@ export default defineAppConfig({ { matchTime: 30000, key: 1, - name: '版本更新', + name: '更新提示-版本更新', quickFind: true, rules: [ { @@ -34,7 +34,7 @@ export default defineAppConfig({ }, { key: 2, - name: '设备列表-卡片广告', + name: '功能类-设备列表-卡片广告', activityIds: 'com.oray.sunlogin.application.Main', quickFind: true, rules: '[id="com.oray.sunlogin:id/fl_close_advertise"]', @@ -42,5 +42,12 @@ export default defineAppConfig({ exampleUrls: 'https://github.com/gkd-kit/inspect/assets/38517192/071e5512-e1aa-4a8c-8440-009d6f0f35ff', }, + { + key: 3, + name: '功能类-退出app提示', + quickFind: true, + rules: '[text="是否确认退出向日葵?"] + LinearLayout > [vid="button_ok"]', + snapshotUrls: 'https://i.gkd.li/import/13927148', + }, ], });