A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang. (PERSONAL FORK)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:art: Improve get os info for HarmonyOS

Signed-off-by: Daniel <845765@qq.com>

Daniel 923f9be7 3abb5145

+3
+3
kernel/util/os_mobile.go
··· 25 25 if ContainerAndroid == Container { 26 26 return "Android " + MobileOSVer 27 27 } 28 + if ContainerHarmony == Container { 29 + return "HarmonyOS " + MobileOSVer 30 + } 28 31 return "Unknown " + MobileOSVer 29 32 }