mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 10:50:15 +01:00
🎨 Improve the network serve address list https://github.com/siyuan-note/siyuan/issues/14943
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
3e6e5fa3a4
commit
db4b91b757
7 changed files with 47 additions and 60 deletions
4
app/src/types/config.d.ts
vendored
4
app/src/types/config.d.ts
vendored
|
|
@ -52,9 +52,9 @@ declare namespace Config {
|
|||
*/
|
||||
langs: ILang[];
|
||||
/**
|
||||
* A list of the IP addresses of the devices on which the kernel resides
|
||||
* A list of the kernel server addresses
|
||||
*/
|
||||
localIPs: string[];
|
||||
serverAddrs: string[];
|
||||
/**
|
||||
* Log level
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue