type Channel = 'wechat' | 'noLogo' | 'rednoteLogo' | 'miniHeader'; const channel: Channel = 'miniHeader'; export const CHANNEL = channel;