Skip to content

Commit

Permalink
新增fa图标选择器
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongshaofa committed Jul 25, 2019
1 parent 3d4380b commit 7cd33a2
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 6 deletions.
24 changes: 18 additions & 6 deletions api/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
"icon": "fa fa-file-text",
"target": "_self"
},
{
"title": "图标列表",
"href": "page/icon.html",
"icon": "fa fa-dot-circle-o",
"target": "_self"
},
{
"title": "表单示例",
"href": "",
Expand Down Expand Up @@ -137,6 +131,24 @@
}
]
},
"icon": {
"title": "图标管理",
"icon": "fa fa-lemon-o",
"child": [
{
"title": "图标列表",
"href": "page/icon.html",
"icon": "fa fa-dot-circle-o",
"target": "_self"
},
{
"title": "图标选择",
"href": "page/icon-picker.html",
"icon": "fa fa-cubes",
"target": "_self"
}
]
},
"other": {
"title": "其它管理",
"icon": "fa fa-slideshare",
Expand Down
Loading

0 comments on commit 7cd33a2

Please sign in to comment.