mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184
This commit is contained in:
parent
909b36d380
commit
acbbd8ca5d
15 changed files with 59 additions and 38 deletions
|
|
@ -351,7 +351,7 @@ var (
|
|||
AccessAuthCode string
|
||||
Lang = ""
|
||||
|
||||
Container string // docker, android, ios, std
|
||||
Container string // docker, android, ios, harmony, std
|
||||
ISMicrosoftStore bool // 桌面端是否是微软商店版
|
||||
)
|
||||
|
||||
|
|
@ -360,6 +360,7 @@ const (
|
|||
ContainerDocker = "docker" // Docker 容器端
|
||||
ContainerAndroid = "android" // Android 端
|
||||
ContainerIOS = "ios" // iOS 端
|
||||
ContainerHarmony = "harmony" // 鸿蒙端
|
||||
|
||||
LocalHost = "127.0.0.1" // 伺服地址
|
||||
FixedPort = "6806" // 固定端口
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue