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
| {
| "title": "Demos",
| "access": {
| "frontendPermissions": "Frontend Permissions",
| "backendPermissions": "Backend Permissions",
| "pageAccess": "Page Access",
| "buttonControl": "Button Control",
| "menuVisible403": "Menu Visible(403)",
| "superVisible": "Visible to Super",
| "adminVisible": "Visible to Admin",
| "userVisible": "Visible to User"
| },
| "nested": {
| "title": "Nested Menu",
| "menu1": "Menu 1",
| "menu2": "Menu 2",
| "menu2_1": "Menu 2-1",
| "menu3": "Menu 3",
| "menu3_1": "Menu 3-1",
| "menu3_2": "Menu 3-2",
| "menu3_2_1": "Menu 3-2-1"
| },
| "outside": {
| "title": "External Pages",
| "embedded": "Embedded",
| "externalLink": "External Link"
| },
| "badge": {
| "title": "Menu Badge",
| "dot": "Dot Badge",
| "text": "Text Badge",
| "color": "Badge Color"
| },
| "activeIcon": {
| "title": "Active Menu Icon",
| "children": "Children Active Icon"
| },
| "fallback": {
| "title": "Fallback Page"
| },
| "features": {
| "title": "Features",
| "hideChildrenInMenu": "Hide Menu Children",
| "loginExpired": "Login Expired",
| "icons": "Icons",
| "watermark": "Watermark",
| "tabs": "Tabs",
| "tabDetail": "Tab Detail Page",
| "fullScreen": "FullScreen",
| "clipboard": "Clipboard",
| "menuWithQuery": "Menu With Query",
| "openInNewWindow": "Open in New Window",
| "fileDownload": "File Download"
| },
| "breadcrumb": {
| "navigation": "Breadcrumb Navigation",
| "lateral": "Lateral Mode",
| "lateralDetail": "Lateral Mode Detail",
| "level": "Level Mode",
| "levelDetail": "Level Mode Detail"
| },
| "vben": {
| "title": "Project",
| "about": "About",
| "document": "Document",
| "antdv": "Ant Design Vue Version",
| "naive-ui": "Naive UI Version",
| "element-plus": "Element Plus Version"
| }
| }
|
|