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