mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🐛 v2.7.1-dev3解锁失效 Fix https://github.com/siyuan-note/siyuan/issues/7166 Fix https://github.com/siyuan-note/siyuan/pull/7161
This commit is contained in:
parent
9e52b489a7
commit
bea767d4a6
1 changed files with 1 additions and 2 deletions
|
|
@ -530,8 +530,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// 用于授权页保持连接,避免非常驻内存内核自动退出 https://github.com/siyuan-note/insider/issues/1099
|
// 用于授权页保持连接,避免非常驻内存内核自动退出 https://github.com/siyuan-note/insider/issues/1099
|
||||||
new WebSocket(
|
new WebSocket((window.location.protocol === 'https:' ? 'wss' : 'ws') + '://' + window.location.host + '/ws?app=siyuan&id=auth')
|
||||||
window.location.protocol === 'https:' ? 'wss' : 'ws' + '://' + window.location.host + '/ws?app=siyuan&id=auth')
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue