package consts
//文本状态常量
const CONTENT_STATE_PUBLISH string = "publish"
const CONTENT_STATE_DOWN string = "down"