自定义菜单
This commit is contained in:
parent
241efb39b7
commit
2858171257
19
src/main/resources/menu.json
Normal file
19
src/main/resources/menu.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"button":[
|
||||||
|
{
|
||||||
|
"name":"博客",
|
||||||
|
"sub_button":[
|
||||||
|
{
|
||||||
|
"type":"view",
|
||||||
|
"name":"搜索",
|
||||||
|
"url":"https://www.zeekling.cn/search"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"view",
|
||||||
|
"name":"登录",
|
||||||
|
"url":"https://www.zeekling.cn/start"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user