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

Commit

Permalink
feat(RayLink):功能类-退出软件时点击"退出程序"
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 25, 2024
1 parent 0c337ab commit 743407c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/apps/com.example.raylink_flutter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,17 @@ export default defineAppConfig({
rules: '[desc="立即升级"] + [desc="以后再说"]',
snapshotUrls: 'https://i.gkd.li/import/13659530',
},
{
key: 2,
name: '功能类-退出软件时点击"退出程序"',
rules: [
{
quickFind: true,
activityIds: 'com.example.raylink_flutter.MainActivity',
matches: '[vid="raylink_desktop_dialog_msg_bottombtn_left_tv"]',
snapshotUrls: 'https://i.gkd.li/import/14047538',
},
],
},
],
});

0 comments on commit 743407c

Please sign in to comment.