Skip to content

Commit

Permalink
底部增加留言本链接
Browse files Browse the repository at this point in the history
  • Loading branch information
yafoo committed Sep 5, 2022
1 parent 67dbdcb commit 597e149
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions melog.sql
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ INSERT INTO `melog_link` VALUES (2, 0, '底部链接', '', '', 0, 0, 0);
INSERT INTO `melog_link` VALUES (3, 1, '爱主页', '', 'https://www.i-i.me/', 2, 0, 0);
INSERT INTO `melog_link` VALUES (4, 1, 'melog', '', 'https://me.i-i.me/special/melog.html', 1, 0, 0);
INSERT INTO `melog_link` VALUES (5, 2, 'github', '', 'https://github.com/yafoo/melog', 1, 0, 0);
INSERT INTO `melog_link` VALUES (6, 0, '顶部导航', '', '', 0, 0, 0);
INSERT INTO `melog_link` VALUES (7, 6, '首页', '', '/', 1, 0, 0);
INSERT INTO `melog_link` VALUES (8, 6, '留言', '', '/article/2.html', 2, 0, 0);
INSERT INTO `melog_link` VALUES (9, 6, '关于', '', '/article/1.html', 3, 0, 0);
INSERT INTO `melog_link` VALUES (6, 2, '留言本', '', '/article/2.html', 1, 0, 0);
INSERT INTO `melog_link` VALUES (7, 0, '顶部导航', '', '', 0, 0, 0);
INSERT INTO `melog_link` VALUES (8, 6, '首页', '', '/', 1, 0, 0);
INSERT INTO `melog_link` VALUES (9, 6, '留言', '', '/article/2.html', 2, 0, 0);
INSERT INTO `melog_link` VALUES (10, 6, '关于', '', '/article/1.html', 3, 0, 0);

-- ----------------------------
-- Table structure for melog_site
Expand Down

0 comments on commit 597e149

Please sign in to comment.