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

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 24, 2024
1 parent add0e62 commit 3d12563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/com.sina.weibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ export default defineAppConfig({
rules: [
{
activityIds: 'com.sina.weibo.feed.MPDialogActivity',
matches: 'View[childCount=4] > [text="查看更多"] -3 Image[text="close"]',
matches:
'View[childCount=4] > [text="查看更多"] -3 Image[text="close"]',
snapshotUrls: 'https://i.gkd.li/import/14033735',
},
],
Expand Down

0 comments on commit 3d12563

Please sign in to comment.