自定义菜单

This commit is contained in:
zeek 2020-03-19 22:12:30 +08:00
parent 241efb39b7
commit 2858171257

View 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"
}
]
}
]
}