Dock

    一个自定义的Dock项也普遍用于为那些用户不愿意为之打开整个应用窗口的任务添加快捷方式。

    docs/fiddles/features/macos-dock-menu (23.0.0)

    • main.js
    • index.html
    1. <html>
    2. <meta charset="UTF-8">
    3. <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
    4. </head>
    5. <p>Right click the dock icon to see the custom menu options.</p>
    6. </body>
    7. </html>

    macOS dock 菜单