Dock
一个自定义的Dock项也普遍用于为那些用户不愿意为之打开整个应用窗口的任务添加快捷方式。
docs/fiddles/features/macos-dock-menu (23.0.0)
- main.js
- index.html
<html>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
</head>
<p>Right click the dock icon to see the custom menu options.</p>
</body>
</html>