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

Commit

Permalink
feat(皮皮虾):更新提示弹窗 (#3792)
Browse files Browse the repository at this point in the history
* feat(皮皮虾):更新提示弹窗

* chore(actions): check_format_lint

* feat:规则优化

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AIsouler and github-actions[bot] authored Jan 14, 2024
1 parent d693d01 commit 1c5131c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/apps/com.sup.android.superb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,17 @@ export default defineAppConfig({
'FrameLayout > RelativeLayout > @ImageView[clickable=true] + ImageView',
snapshotUrls: 'https://i.gkd.li/import/13624220',
},
{
key: 7,
quickFind: true,
name: '更新提示',
desc: '点击我再想想',
rules: [
{
matches: '[text="发现新版本"] +2 * > [text="我再想想"]',
snapshotUrls: 'https://i.gkd.li/import/13858490',
},
],
},
],
});

0 comments on commit 1c5131c

Please sign in to comment.