Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

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

Merged
merged 2 commits into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions src/apps/com.oray.sunlogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineAppConfig({
groups: [
{
key: 0,
name: '瓜子会员弹窗',
name: '全屏广告-瓜子会员弹窗',
desc: '点击右上角[关闭]',
quickFind: true,
activityIds: 'com.oray.sunlogin.application.Main',
Expand All @@ -22,7 +22,7 @@ export default defineAppConfig({
{
matchTime: 30000,
key: 1,
name: '版本更新',
name: '更新提示-版本更新',
quickFind: true,
rules: [
{
Expand All @@ -34,13 +34,20 @@ export default defineAppConfig({
},
{
key: 2,
name: '设备列表-卡片广告',
name: '功能类-设备列表-卡片广告',
activityIds: 'com.oray.sunlogin.application.Main',
quickFind: true,
rules: '[id="com.oray.sunlogin:id/fl_close_advertise"]',
snapshotUrls: 'https://i.gkd.li/import/13207785',
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',
},
],
});