help.ts 328 B

123456789101112131415
  1. export default {
  2. text: '发送反馈',
  3. tip: '',
  4. title: '联系我们',
  5. content: '有任何意见或问题?',
  6. content2: '请告诉我们.',
  7. placeholder: '填写你的经历',
  8. success: '您的反馈已发送成功',
  9. // type
  10. support: 'Support',
  11. bug: 'Bug',
  12. suggestion: 'Suggestion',
  13. other: 'Other',
  14. };