init项目
This commit is contained in:
13
frontend/src/api/main.js
Normal file
13
frontend/src/api/main.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
/**
|
||||
* 主进程与渲染进程通信频道定义
|
||||
* Definition of communication channels between main process and rendering process
|
||||
*/
|
||||
const ipcApiRoute = {
|
||||
test: 'controller.example.test',
|
||||
}
|
||||
|
||||
export {
|
||||
ipcApiRoute
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user