菜单配置文件
This commit is contained in:
parent
2858171257
commit
fe3a18ca36
10
src/main/java/com/zeekling/solo/wechat/util/FileUtils.java
Normal file
10
src/main/java/com/zeekling/solo/wechat/util/FileUtils.java
Normal 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 {
|
||||||
|
}
|
@ -3,16 +3,56 @@
|
|||||||
{
|
{
|
||||||
"name":"博客",
|
"name":"博客",
|
||||||
"sub_button":[
|
"sub_button":[
|
||||||
|
{
|
||||||
|
"type":"view",
|
||||||
|
"name":"首页",
|
||||||
|
"url":"https://www.zeekling.cn/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type":"view",
|
"type":"view",
|
||||||
"name":"搜索",
|
"name":"搜索",
|
||||||
"url":"https://www.zeekling.cn/search"
|
"url":"https://www.zeekling.cn/search"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"type":"view",
|
"type":"view",
|
||||||
"name":"登录",
|
"name":"登录",
|
||||||
"url":"https://www.zeekling.cn/start"
|
"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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user