feat(向日葵远程控制):功能类-退出app提示 (#3855)

* 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] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan 2024-01-14 22:56:30 +08:00 committed by GitHub
parent 73afa89814
commit 292ebb6c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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