mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 15:00:16 +08:00
feat(projects): 新增网址导航页面
This commit is contained in:
27
src/settings/website.json
Normal file
27
src/settings/website.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"title": "编程",
|
||||
"children": [
|
||||
{
|
||||
"title": "网站论坛",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"title": "前端",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"title": "设计",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"title": "工具",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"title": "文档",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user