Os type

定义 Os 的值。 可能的值包括:“default”、“iOS”、“android”、“windows”

type Os = "default" | "iOS" | "android" | "windows"