书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 3225 个相关结果.
  • 构建步骤(macOS)

    构建步骤(macOS) Prerequisites Python macOS SDK 构建Electron 构建步骤(macOS) 请按照下面的指南在macOS下构建 Electron 本身 ,以此创建自定义 Electron 二进制文件。 为了将您的应用代码与预构建的 Electron 二进制文件打包并发布,请参阅 应用程序发布 指南。 ...
  • Windows Store Guide

    Windows Store Guide Background and Requirements Step 1: Package Your Electron Application Step 2: Running electron-windows-store Step 3: Using the AppX Package Optional: Add UW...
  • Windows Store Guide

    Windows Store Guide Background and Requirements Step 1: Package Your Electron Application Step 2: Running electron-windows-store Step 3: Using the AppX Package Optional: Add UW...
  • Debugging

    Electron Debugging Generic Debugging Printing Stacktraces Breakpoint Debugging Platform-Specific Debugging Debugging with the Symbol Server Electron Debugging There are man...
  • 官方指南

    官方指南 常见问题 (FAQ) 指南和教程 详细教程 API 参考 自定义 DOM 元素: 主进程可用的模块: 渲染进程(网页)可用的模块: 两种进程都可用的模块: 开发 官方指南 请确认你所使用的文档与你的 Electron 版本匹配。 你可以在页面的 URL 中找到对应的版本号。 如果没有,你可能正在使用开发版本分支里的文档,这...
  • Webpack 配置

    Webpack 配置 .electron-vue/webpack.main.config.js .electron-vue/webpack.renderer.config.js 白名单里的外部组件 .electron-vue/webpack.web.config.js Webpack 配置 electron-vue 包含三个单独的、位于...
  • 键盘快捷键

    键盘快捷键 概览 示例 本地快捷键 键盘快捷键 概览 该功能允许你为 Electron 应用程序配置应用和全局键盘快捷键。 示例 本地快捷键 应用键盘快捷键仅在应用程序被聚焦时触发。 为了配置本地快捷键,你需要在创建Menu 模块中的MenuItem 时指定`accelerator<0>属性。 从 Quick Start Gui...
  • 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 ...
  • 更新

    更新应用程序 使用 update.electronjs.org 使用 electron-builder 部署更新服务器 在你的应用中实施更新 应用更新 更新应用程序 有多种方法可以更新Electron应用. 最简单并且获得官方支持的方法是利用内置的Squirrel 框架和Electron的autoUpdater 模块。 使用 up...
  • 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...