书栈网 · BookStack 本次搜索耗时 0.045 秒,为您找到 3225 个相关结果.
  • Notifications

    Notifications Overview Example Show notifications in the Renderer process Show notifications in the Main process Additional information Windows Advanced Notifications Quiet Ho...
  • 重大更改

    重大更改 重大更改的类型 计划重写的 API (23.0) Removed: Windows 7 / 8 / 8.1 support 已删除:BrowserWindow scroll-touch-* 事件 已移除:webContents.incrementCapturerCount(stayHidden, stayAwake) 已移除:webC...
  • Updating Applications

    Updating Applications Using update.electronjs.org Using other update services Step 1: Deploying an update server Step 2: Receiving updates in your app Step 3: Notifying users wh...
  • 发布和更新

    发布和更新 学习目标 使用 update.electronjs.org 发布一个 GitHub 版本 生成个人访问令牌 设置 GitHub 发布者 安装模块 在 Forge 中配置发布者 设置身份验证 token 运行发布命令 小技巧:在 GitHub Actions 中发布 检测更新程序代码 摘要 发布和更新 教程目录 这是...
  • Keyboard Shortcuts

    Keyboard Shortcuts Overview Example Local Shortcuts Global Shortcuts Shortcuts within a BrowserWindow Using web APIs Intercepting events in the main process Using third-party ...
  • 进程沙盒化

    进程沙盒化 Electron沙盒化策略 Sandbox behaviour in Electron Renderer processes 预加载脚本 配置沙盒 Enabling the sandbox for a single process 全局启用沙盒 禁用 Chromium 的沙盒(仅测试) A note on rendering un...
  • 源码目录结构

    源码目录结构 源代码的目录结构 其它目录的结构 让 Git 子模块保持最新 源码目录结构 Electron 的源代码主要依据 Chromium 的拆分约定被拆成了许多部分。 为了更好地理解源代码,您可能需要了解一下 Chromium 的多进程架构 。 源代码的目录结构 Electron ├── build / - Buil...
  • 源代码目录结构

    源代码目录结构 源代码的目录结构 其它目录的结构 让 Git 子模块保持最新 源代码目录结构 Electron 的源代码主要依据 Chromium 的拆分约定被拆成了许多部分。 为了更好地理解源代码,您可能需要了解一下 Chromium 的多进程架构 。 源代码的目录结构 Electron ├── build / - Bu...
  • 源码目录结构

    源码目录结构 源代码的目录结构 其它目录的结构 让 Git 子模块保持最新 源码目录结构 Electron 的源代码主要依据 Chromium 的拆分约定被拆成了许多部分。 为了更好地理解源代码,您可能需要了解一下 Chromium 的多进程架构 。 源代码的目录结构 Electron ├── build / - Buil...
  • 辅助功能

    辅助功能 手动启用辅助功能 使用 Electron 的 API 在第三方软件内 macOS 辅助功能 Electron 应用中有关辅助功能的开发和网站是相似的,因为两者最终使用的都是HTML. 手动启用辅助功能 当辅助技术存在时,Electron 应用程序将自动启用辅助功能(例如 Windows 上的 JAWS 或 macOS 上的 Vo...