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

Commit

Permalink
feat(向日葵远程控制):功能类-退出app提示 (#3855)
Browse files Browse the repository at this point in the history
* feat(向日葵远程控制):功能类-退出app提示

Signed-off-by: jiuqianyuan <[email protected]>

* chore(actions): check_format_lint

---------

Signed-off-by: jiuqianyuan <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jiuqianyuan and github-actions[bot] authored Jan 14, 2024
1 parent 73afa89 commit 292ebb6
Showing 1 changed file with 10 additions and 3 deletions.
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',
},
],
});

0 comments on commit 292ebb6

Please sign in to comment.