-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.txt
59 lines (59 loc) · 1.68 KB
/
menu.txt
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
{
"button": [
{
"name": "信息查询",
"sub_button": [
{
"type": "click",
"name": "热门活动",
"key": "V1001_TODAT_ACTIVE"
},
{
"type": "click",
"name": "近期讲座",
"key": "V1001_TODAT_LECTURE"
},
{
"type": "click",
"name": "校园新闻",
"key": "V1001_SCHOOL_NEWS"
},
{
"type": "click",
"name": "社团&部门",
"key": "V1001_OGNIZATION"
}
]
},
{
"type": "click",
"name": "校园吐槽",
"key": "V1001_THU_TUCAO"
},
{
"name": "菜单",
"sub_button": [
{
"type": "click",
"name": "账号绑定",
"key": "V1001_LOGIN"
},
{
"type": "click",
"name": "取消绑定",
"key": "V1001_CANCEL_BIND"
},
{
"type": "click",
"name": "使用帮助",
"key": "V1001_HELP"
},
{
"type": "click",
"name": "关于我们",
"key": "V1001_ABOUT_US"
}
]
}
]
}