Browse Source

修改模块描述

gaoshuaixing 4 years ago
parent
commit
f10171653d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      electron/setup.js

+ 1 - 1
electron/setup.js

@@ -21,7 +21,7 @@ module.exports = () => {
   }
   }
   // electron业务模块
   // electron业务模块
   api.setup();
   api.setup();
-  // 加载所有的主进程函数
+  // ipc模块
   ipc.setup();
   ipc.setup();
 }
 }