mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
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:
@@ -33,5 +33,19 @@ export default defineAppConfig({
|
|||||||
'https://i.gkd.li/import/13292907',
|
'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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user