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 Jun 28, 2024
1 parent 4dbb148 commit e27fb7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/apps/com.cainiao.wireless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export default defineGkdApp({
{
key: 3,
quickFind: true,
matches: 'FrameLayout[childCount=8] > @FrameLayout[clickable=true][childCount=0][text=null] <<n [vid="layout_root"]',
matches:
'FrameLayout[childCount=8] > @FrameLayout[clickable=true][childCount=0][text=null] <<n [vid="layout_root"]',
snapshotUrls: 'https://i.gkd.li/i/16024305',
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/apps/com.max.xiaoheihe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineGkdApp({
enable: false,
quickFind: true,
activityIds:
'com.max.xiaoheihe.module.bbs.post.ui.activitys.PicturePostPageActivity',
'com.max.xiaoheihe.module.bbs.post.ui.activitys.PicturePostPageActivity',
rules: [
{
matches: '[vid="tv_original"][visibleToUser=true]',
Expand Down

0 comments on commit e27fb7a

Please sign in to comment.