diff --git a/kernel/conf/system.go b/kernel/conf/system.go index 08069ac4e..d4a7d0402 100644 --- a/kernel/conf/system.go +++ b/kernel/conf/system.go @@ -26,7 +26,7 @@ type System struct { KernelVersion string `json:"kernelVersion"` OS string `json:"os"` OSPlatform string `json:"osPlatform"` - Container string `json:"container"` // docker, android, ios, std + Container string `json:"container"` // docker, android, ios, harmony, std IsMicrosoftStore bool `json:"isMicrosoftStore"` IsInsider bool `json:"isInsider"`