/**
 * 网络状态，混合了 web 和小游戏环境。
 */
export type NetworkType = 'wifi' | 'slow-2g' | '2g' | '3g' | '4g' | '5g' | 'unknown' | 'none';