blog-weixin/src/main/resources/menu.json

44 lines
925 B
JSON
Raw Normal View History

2020-03-19 14:12:30 +00:00
{
"button":[
{
"name":"博客",
"sub_button":[
2020-03-21 04:21:52 +00:00
{
"type":"view",
"name":"首页",
"url":"https://www.zeekling.cn/"
},
2020-03-19 14:12:30 +00:00
{
"type":"view",
2020-10-08 13:06:48 +00:00
"name":"机器学习算法",
"url":"https://www.zeekling.cn/category/ml"
2020-03-19 14:12:30 +00:00
},
{
"type":"view",
2020-10-08 13:06:48 +00:00
"name":"读书+追剧",
"url":"https://www.zeekling.cn/category/read"
},
{
"type":"view",
"name":"大数据",
"url":"https://www.zeekling.cn/category/big_data"
},
{
"type":"view",
"name":"搜索",
"url":"https://www.zeekling.cn/search"
2020-03-19 14:12:30 +00:00
}
2020-03-21 04:21:52 +00:00
]
},{
"name":"Git私服",
"sub_button":[
{
"name":"我的首页",
"type":"view",
"url":"https://git.zeekling.cn/zeekling"
}
]
2020-03-19 14:12:30 +00:00
}
]
}