yas-constants.js 684 Bytes

export default {
  scene: {
    index: 101,
    list: 102,
    author: 103,
    authorList: 104,
    labelList: 105,
    newsDetail: 106,
    topicList: 107
  },
  eventName: {
    show: 'YB_SHOW_EVENT',
    fav: 'YB_STROLL_ATC_LIKE_C',
    star: 'YB_STROLL_ATC_COL_C',
    avatar: 'YB_STROLL_ACT_AUTH_C',
    fellow: 'YB_STROLL_AUTH_ATT_C',
    articleExpand: 'YB_STROLL_LIST_ACT_C',
    comment: 'YB_STROLL_ATC_COM_C',
    productClick: 'YB_STROLL_ARC_RLT_PRD_C',
    productFav: 'YB_STROLL_ARC_RLT_PRD_COL_C',
    labelClick: 'YB_STROLL_ACT_LBL_C',
    topicFollow: 'YB_STROLL_TOPIC_ATT_C',
    detailShow: 'YB_STROLL_CONT',
    articleImageClick: 'YB_ARTICLE_IMAGE_CLICK'
  }
};