Explorar el Código

Update README.md

PUGE hace 2 años
padre
commit
77fdf673ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ electron.ipcRenderer.send('setStoData', {
 ## 读取信息
 
 ```
-electron.ipcRenderer.send('getStoData', {
+electron.ipcRenderer.sendSync('getStoData', {
   "key":"ggclick"
 })
 ```