zh.js 738 B

123456789101112131415161718192021
  1. export default {
  2. // 可以以页面为单位来写,比如首页的内容,写在index字段,个人中心写在center,共同部分写在common部分
  3. components: {
  4. desc: '众多组件覆盖开发过程的各个需求,组件功能丰富,多端兼容。让你快速集成,开箱即用'
  5. },
  6. js: {
  7. desc: '众多的贴心小工具,是你开发过程中召之即来的利器,让你飞镖在手,百步穿杨'
  8. },
  9. template: {
  10. desc: '收集众多的常用页面和布局,减少开发者的重复工作,让你专注逻辑,事半功倍'
  11. },
  12. nav: {
  13. components: '组件',
  14. js: '工具',
  15. template: '模板'
  16. },
  17. common: {
  18. intro: '多平台快速开发的UI框架',
  19. title: 'uView UI',
  20. },
  21. }