en.js 978 B

123456789101112131415161718192021
  1. export default {
  2. // 可以以页面为单位来写,比如首页的内容,写在index字段,个人中心写在center,共同部分写在common部分
  3. components: {
  4. desc: 'Numerous components cover the various requirements of the development process, and the components are rich in functions and compatible with multiple terminals. Let you integrate quickly, out of the box'
  5. },
  6. js: {
  7. desc: 'Numerous intimate gadgets are a weapon that you can call upon during the development process, allowing you to dart in your hand and pierce the Yang with a hundred steps'
  8. },
  9. template: {
  10. desc: 'Collection of many commonly used pages and layouts, reducing the repetitive work of developers, allowing you to focus on logic and get twice the result with half the effort'
  11. },
  12. nav: {
  13. components: 'Components',
  14. js: 'JS',
  15. template: 'Template'
  16. },
  17. common: {
  18. intro: 'UI framework for rapid development of multiple platforms',
  19. title: 'uView UI',
  20. },
  21. }