You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
181 B
JavaScript

import { contextBridge } from "electron";
// 安全地暴露 API 给渲染进程
contextBridge.exposeInMainWorld("electronAPI", {
// 可以在这里添加需要暴露的 API
});