mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
electron: add ipc layer
This commit is contained in:
@@ -21,10 +21,5 @@
|
||||
</a>
|
||||
</h3>
|
||||
</div>
|
||||
<script>
|
||||
require('electron').ipcRenderer.on('hello', (e, v) => {
|
||||
console.info('[hello] ', v)
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user