mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
💄
This commit is contained in:
parent
13f921e24a
commit
af35d9487c
1 changed files with 0 additions and 1 deletions
|
|
@ -332,7 +332,6 @@ const initWindow = () => {
|
||||||
document.body.classList.add("body--blur");
|
document.body.classList.add("body--blur");
|
||||||
});
|
});
|
||||||
ipcRenderer.on(Constants.SIYUAN_OPENURL, (event, url) => {
|
ipcRenderer.on(Constants.SIYUAN_OPENURL, (event, url) => {
|
||||||
console.log(event, url);
|
|
||||||
if (!/^siyuan:\/\/blocks\/\d{14}-\w{7}/.test(url)) {
|
if (!/^siyuan:\/\/blocks\/\d{14}-\w{7}/.test(url)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue