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', + }, ], });