菜单配置文件

This commit is contained in:
zeek 2020-03-21 12:21:52 +08:00
parent 2858171257
commit fe3a18ca36
2 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package com.zeekling.solo.wechat.util;
/**
* @author zeekling [lingzhaohui@zeekling.cn]
* @version 1.0
* @apiNote
* @since 2020-03-21
*/
public class FileUtils {
}

View File

@ -3,16 +3,56 @@
{
"name":"博客",
"sub_button":[
{
"type":"view",
"name":"首页",
"url":"https://www.zeekling.cn/"
},
{
"type":"view",
"name":"搜索",
"url":"https://www.zeekling.cn/search"
},
{
"type":"view",
"name":"登录",
"url":"https://www.zeekling.cn/start"
}
]
},{
"name":"Git私服",
"sub_button":[
{
"name":"我的首页",
"type":"view",
"url":"https://git.zeekling.cn/zeekling"
}
]
},{
"name":"私人图床",
"sub_button":[
{
"name":"二次元",
"type":"view",
"url":"https://img.zeekling.cn/album/18g"
},
{
"name":"厦门",
"type":"view",
"url":"https://img.zeekling.cn/album/kt6"
},
{
"name":"我的图片",
"type":"view",
"url":"https://img.zeekling.cn/album/bCG"
},
{
"name":"壁纸",
"type":"view",
"url":"https://img.zeekling.cn/album/p7Z"
}
]
}
]