Kaynağa Gözat

修改模块描述

gaoshuaixing 4 yıl önce
ebeveyn
işleme
f10171653d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      electron/setup.js

+ 1 - 1
electron/setup.js

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