Skip to content

Commit

Permalink
chore(actions): check_format_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2025
1 parent 1a0f8bf commit c95a14a
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/apps/com.alcidae.smarthome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ export default defineGkdApp({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
snapshotUrls: 'https://i.gkd.li/i/18291310',
snapshotUrls: 'https://i.gkd.li/i/18291310',
rules: [
{
{
activityIds: 'com.danale.video.mainpage.main.MainActivity',
matches: '@LinearLayout[childCount=2] + @ImageButton[id="com.alcidae.smarthome:id/ibtn_close"][visibleToUser=true][clickable=true] <<n FrameLayout[id="android:id/content"]',
matches:
'@LinearLayout[childCount=2] + @ImageButton[id="com.alcidae.smarthome:id/ibtn_close"][visibleToUser=true][clickable=true] <<n FrameLayout[id="android:id/content"]',
},
{
activityIds: 'com.danale.video.mainpage.main.MainActivity',
matches: '@TextView[text="不再提醒"] - @CheckBox[id="com.alcidae.smarthome:id/cb_not_show"][visibleToUser=true] < LinearLayout[childCount=2] <<n FrameLayout',
matches:
'@TextView[text="不再提醒"] - @CheckBox[id="com.alcidae.smarthome:id/cb_not_show"][visibleToUser=true] < LinearLayout[childCount=2] <<n FrameLayout',
},
],
},
Expand All @@ -32,10 +34,10 @@ export default defineGkdApp({
rules: [
{
matches: [
'TextView[id="com.alcidae.smarthome:id/danale_info_dialog_cancel_btn"][text="取消"]'
]
}
]
}
'TextView[id="com.alcidae.smarthome:id/danale_info_dialog_cancel_btn"][text="取消"]',
],
},
],
},
],
});

0 comments on commit c95a14a

Please sign in to comment.