From dddc28c0fddec31541d41a20f10166190de2987b Mon Sep 17 00:00:00 2001 From: LyLme Date: Sun, 6 Mar 2022 14:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sql b/install/install.sql index 1124248..32c5241 100644 --- a/install/install.sql +++ b/install/install.sql @@ -141,7 +141,7 @@ INSERT INTO `lylme_links` (`id`, `name`, `group_id`, `url`, `icon`, `PS`, `link_ (60, 'W3school', 5, 'http://www.w3school.com.cn/', '', NULL, 10), (61, 'Github', 5, 'https://github.com/', '', NULL, 10), (62, '码云Gitee', 5, 'https://gitee.com/', '', NULL, 10), -(63, '吾爱破解', 5, 'https://www.52pojie.cn/', '', NULL, 10), +(63, 'Linux命令查询', 5, 'https://linux.lylme.com/', '', NULL, 10), (64, 'CSDN', 5, 'https://www.csdn.net/', '', NULL, 10), (65, 'CdnJs', 5, 'https://cdnjs.com/', '', NULL, 10), (66, '字节跳动CDN', 5, 'https://cdn.bytedance.com/', '', NULL, 10),