feat(vivo 官网): 消息通知弹窗 (#3469)

* feat(vivo 官网): 消息通知弹窗

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
xiaowonet
2024-01-02 19:52:33 +08:00
committed by GitHub
parent 43031e114f
commit 69d959fd71

View File

@@ -33,5 +33,19 @@ export default defineAppConfig({
'https://i.gkd.li/import/13292907',
],
},
{
key: 4,
name: '消息通知弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: 'Button[id="com.vivo.space:id/vbutton_title"][text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/13771581',
},
],
},
],
});