From fe3a18ca36c9eb7765ca4043ecafd9564fc884ac Mon Sep 17 00:00:00 2001 From: zeek <984294471@qq.com> Date: Sat, 21 Mar 2020 12:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zeekling/solo/wechat/util/FileUtils.java | 10 +++++ src/main/resources/menu.json | 40 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 src/main/java/com/zeekling/solo/wechat/util/FileUtils.java diff --git a/src/main/java/com/zeekling/solo/wechat/util/FileUtils.java b/src/main/java/com/zeekling/solo/wechat/util/FileUtils.java new file mode 100644 index 0000000..1687b05 --- /dev/null +++ b/src/main/java/com/zeekling/solo/wechat/util/FileUtils.java @@ -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 { +} diff --git a/src/main/resources/menu.json b/src/main/resources/menu.json index 9953970..0e21c11 100644 --- a/src/main/resources/menu.json +++ b/src/main/resources/menu.json @@ -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" + } ] } ]