研究消息右键菜单

This commit is contained in:
linyuchen
2023-11-02 11:21:01 +08:00
parent 18ffad8109
commit 7124e550f5
5 changed files with 25 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
// Electron 主进程 与 渲染进程 交互的桥梁
import {Group, PostDataSendMsg, User} from "./types";
// import {Group, PostDataSendMsg, User} from "./types";
// type Group = import( "./types").Group;
// type PostDataSendMsg = import( "./types").PostDataSendMsg;
// type User = import( "./types").User;
const {contextBridge} = require("electron");
const {ipcRenderer} = require('electron');