xuruiqian
2025-02-25 e85ab165147c37b571ea67ce6f6ae9ae55a96070
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
    "easycom": {
        "custom": {
            "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
            "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
            "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
        }
    },
    "lazyCodeLoading": "requiredComponents",
    "pages": [
        {
            "path": "pages/security/login",
            "style": {
                "navigationBarTitleText": "登录"
            }
        },
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "xxx题库"
            }
        },
        {
            "path": "pages/my/my",
            "style": {
                "navigationBarTitleText": "我的"
            }
        },
        {
            "path": "pages/question/list",
            "style": {
                "navigationBarTitleText": "题库"
            }
        },
        {
            "path": "pages/question/type",
            "style": {
                "navigationBarTitleText": "题型"
            }
        },
        {
            "path": "pages/my/myquestion",
            "style": {
                "navigationBarTitleText": "我的题库"
            }
        },
        {
            "path": "pages/my/recharge",
            "style": {
                "navigationBarTitleText": "充值"
            }
        },
        {
            "path": "pages/my/setting",
            "style": {
                "navigationBarTitleText": "设置"
            }
        },
        {
            "path": "pages/my/share",
            "style": {
                "navigationBarTitleText": "分享"
            }
        },
        {
            "path": "pages/question/question",
            "style": {
                "navigationBarTitleText": "答题"
            }
        },
        {
            "path": "pages/pay/pay",
            "style": {
                "navigationBarTitleText": "支付"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "xxx题库",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "tabBar": {
        "color": "#7A7E83",
        "selectedColor": "#52ba9d",
        "borderStyle": "black",
        "backgroundColor": "#FFFFFF",
        "list": [
            {
                "pagePath": "pages/question/list",
                "iconPath": "static/image/tabbar/home.png",
                "selectedIconPath": "static/image/tabbar/home-active.png",
                "text": "题库"
            },
            {
                "pagePath": "pages/my/my",
                "iconPath": "static/image/tabbar/user.png",
                "selectedIconPath": "static/image/tabbar/user-active.png",
                "text": "我的"
            }
        ]
    }
}