🎨 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:
Daniel 2026-01-17 11:41:14 +08:00
parent 3e6e5fa3a4
commit db4b91b757
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 47 additions and 60 deletions

View file

@ -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
*/