From 2858171257fe346524eaf9bd46d326f0ae33c366 Mon Sep 17 00:00:00 2001 From: zeek <984294471@qq.com> Date: Thu, 19 Mar 2020 22:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/menu.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/menu.json diff --git a/src/main/resources/menu.json b/src/main/resources/menu.json new file mode 100644 index 0000000..9953970 --- /dev/null +++ b/src/main/resources/menu.json @@ -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" + } + ] + } + ] +} \ No newline at end of file