init项目

This commit is contained in:
2024-08-07 21:48:57 +08:00
parent 1581a5aaf5
commit ee58452db1
19 changed files with 428 additions and 0 deletions

13
frontend/src/api/main.js Normal file
View File

@@ -0,0 +1,13 @@
/**
* 主进程与渲染进程通信频道定义
* Definition of communication channels between main process and rendering process
*/
const ipcApiRoute = {
test: 'controller.example.test',
}
export {
ipcApiRoute
}