feat(皮皮虾):更新提示弹窗 (#3792)

* 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>
This commit is contained in:
AIsouler
2024-01-14 21:45:11 +08:00
committed by GitHub
parent d693d0130f
commit 1c5131c6f0

View File

@@ -33,5 +33,17 @@ export default defineAppConfig({
'FrameLayout > RelativeLayout > @ImageView[clickable=true] + ImageView', 'FrameLayout > RelativeLayout > @ImageView[clickable=true] + ImageView',
snapshotUrls: 'https://i.gkd.li/import/13624220', 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',
},
],
},
], ],
}); });