index.js 556 Bytes
const feedbackEn = {
  feedback: {
    question: 'Question And FeedBack',
    images: 'Image(Not Required,Provide a screenshot of the problem)',
    tip: 'Tip: upload images support PNG / jpeg, the size of images is less than 1m, and the number of images is up to four',
  }

}

const feedbackZh = {
  feedback: {
    question: '问题和意见',
    images: '图片(选填,提供问题截图)',
    tip: '提示:上传图片支持png/jpeg,图片大小1M以内,图片数量最多4张',
  }
}
export default {
  feedbackEn,
  feedbackZh
};