diff --git a/install/install.sql b/install/install.sql index 7d59f62..5b57ab2 100644 --- a/install/install.sql +++ b/install/install.sql @@ -160,7 +160,7 @@ INSERT INTO `lylme_links` (`id`, `name`, `group_id`, `url`, `icon`, `PS`, `link_ (76, '王者荣耀', 6, 'https://pvp.qq.com/', '', NULL, 10), (77, '3DM GAME', 6, 'https://www.3dmgame.com/', '', NULL, 10), (78, '官方主页', 7, 'https://www.lylme.com/', '', NULL, 10), -(79, '申请收录', 7, 'https://blog.lylme.com/archives/included.html', '', NULL, 10), +(79, '申请收录', 7, '/apply', '', NULL, 10), (80, '建议&反馈', 7, 'https://support.qq.com/products/356339', '', NULL, 10); SET FOREIGN_KEY_CHECKS = 1; @@ -209,7 +209,8 @@ INSERT INTO `lylme_tags` (`tag_id`, `tag_name`, `tag_link`, `tag_target`) VALUES (1, '主页', 'https://www.lylme.com/', 0), (2, '博客', 'https://blog.lylme.com/', 1), (3, 'Github', 'https://github.com/lylme', 1), -(4, '关于', 'https://gitee.com/LyLme/lylme_spage/blob/master/README.md', 1); +(4, '关于', 'https://gitee.com/LyLme/lylme_spage/blob/master/README.md', 1), +(3, '申请收录', '/apply', 1); ALTER TABLE `lylme_tags` ADD PRIMARY KEY (`tag_id`); ALTER TABLE `lylme_tags`