diff --git a/install/index.php b/install/index.php index 5b4e967..ff06569 100644 --- a/install/index.php +++ b/install/index.php @@ -310,7 +310,7 @@ if($e==0) { $domian=array('lylme','https',$ver); @file_get_contents($domian[1].'://dev.hao.'.$domian[0].'.com/installs?v='.$domian[2].'&date='.date('Y-m-d H:i').'&url='.$_SERVER['HTTP_HOST'], false, stream_context_create(array('http'=>array('method'=>"GET",'timeout'=>10)))); @file_put_contents("install.lock",'安装锁'); - echo '
安装完成!管理账号和密码是:admin/123456

>>网站首页>>后台管理
更多设置选项请登录后台管理进行修改。

如果你的空间不支持本地文件读写,请自行在install/ 目录建立 install.lock 文件!
提示:本程序使用Bing每日壁纸作为网站背景
添加每天的CRON任务[非必需]
GET http://'.$_SERVER['HTTP_HOST'].'/assets/img/cron.php
执行后会每天更新网站背景为Bing每日壁纸,忽略将使用默认图片作为背景
'; + echo '
安装完成!管理账号和密码是:admin/123456

>>网站首页>>后台管理
更多设置选项请登录后台管理进行修改。

如果你的空间不支持本地文件读写,请自行在install/ 目录建立 install.lock 文件!
'; ?> @@ -329,7 +329,7 @@ if($e==0) {
安装完成!管理账号和密码是:admin/123456

>>网站首页>>后台管理
更多设置选项请登录后台管理进行修改。

如果你的空间不支持本地文件读写,请自行在install/ 目录建立 install.lock 文件!
提示:本程序使用Bing每日壁纸作为网站背景
添加每天的CRON任务[非必需]
GET http://'.$_SERVER['HTTP_HOST'].'/assets/img/cron.php
执行后会每天更新网站背景为Bing每日壁纸,忽略将使用默认图片作为背景
'; + echo '
安装完成!管理账号和密码是:admin/123456

>>网站首页>>后台管理
更多设置选项请登录后台管理进行修改。

如果你的空间不支持本地文件读写,请自行在install/ 目录建立 install.lock 文件!
'; ?> diff --git a/install/install.sql b/install/install.sql index 1ce7e54..1139046 100644 --- a/install/install.sql +++ b/install/install.sql @@ -1,175 +1,199 @@ -/* - Source Server : 六零导航页 - Source Server Type : MySQL -*/ +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET NAMES utf8 */; +/*!50503 SET NAMES utf8mb4 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -SET NAMES utf8mb4; -SET FOREIGN_KEY_CHECKS = 0; +DROP TABLE IF EXISTS `lylme_apply`; +CREATE TABLE IF NOT EXISTS `lylme_apply` ( + `apply_id` int(4) NOT NULL AUTO_INCREMENT, + `apply_name` varchar(20) NOT NULL, + `apply_url` varchar(255) NOT NULL, + `apply_group` int(2) NOT NULL, + `apply_icon` text NOT NULL, + `apply_mail` varchar(30) NOT NULL, + `apply_time` datetime NOT NULL, + `apply_status` int(11) NOT NULL, + PRIMARY KEY (`apply_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='收录申请'; + +DELETE FROM `lylme_apply`; +/*!40000 ALTER TABLE `lylme_apply` DISABLE KEYS */; +/*!40000 ALTER TABLE `lylme_apply` ENABLE KEYS */; --- ---------------------------- --- Table structure for lylme_config --- ---------------------------- DROP TABLE IF EXISTS `lylme_config`; -CREATE TABLE `lylme_config` ( - `k` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '键', +CREATE TABLE IF NOT EXISTS `lylme_config` ( + `k` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '键', `v` text COLLATE utf8mb4_unicode_ci COMMENT '值', - `description` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '描述', + `description` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '描述', PRIMARY KEY (`k`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '导航配置' ROW_FORMAT = Compact; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT COMMENT='导航配置'; + +DELETE FROM `lylme_config`; +/*!40000 ALTER TABLE `lylme_config` DISABLE KEYS */; +INSERT INTO `lylme_config` (`k`, `v`, `description`) VALUES + ('admin_user', 'admin', '管理员账号'), + ('admin_pwd', '123456', '管理员密码'), + ('apply', '0', '收录申请'), + ('apply_gg', '收录说明:
1. 禁止提交违规违法站点
2. 页面整洁,无多个弹窗广告和恶意跳转
3. 非盈利性网站,网站正常访问
4. 添加本站友链或网站已ICP备案优先收录
', '收录公告'), + ('background', './assets/img/background.jpg', '背景图片'), + ('cdnpublic', NULL, 'CDN地址'), + ('copyright', 'Copyright ©2022 LyLme Spage. All Rights Reserved.', '版权代码'), + ('description', '六零导航页(LyLme Spage)致力于简洁高效无广告的上网导航和搜索入口,沉淀最具价值链接,全站无商业推广,简约而不简单。', '网站描述'), + ('home-title', '

上网,从这里开始!

', '首页标题'), + ('icp', '', '备案号'), + ('keywords', '六零导航页,百度搜索,哔哩哔哩搜索,知乎搜索,六零导航,LyLme Spage,六零,LyLme,网站导航,上网导航', '关键字'), + ('logo', './assets/img/logo.png', '网站图标'), + ('template', 'default', '网站模板'), + ('title', '上网导航 - LyLme Spage', '网站名称'), + ('tq', 'true', '天气显示开关'), + ('version', 'v1.2.5', '程序版本'), + ('wap_background', NULL, '手机端背景'), + ('wztj', '', '网站统计代码'), + ('yan', 'true', '随机一言开关'); +/*!40000 ALTER TABLE `lylme_config` ENABLE KEYS */; --- ---------------------------- --- Records of lylme_config --- ---------------------------- -INSERT INTO `lylme_config` VALUES ('admin_user', 'admin', '管理员账号'); -INSERT INTO `lylme_config` VALUES ('admin_pwd', '123456', '管理员密码'); -INSERT INTO `lylme_config` VALUES ('title', '上网导航 - LyLme Spage', '网站名称'); -INSERT INTO `lylme_config` VALUES ('description', '六零导航页(LyLme Spage)致力于简洁高效无广告的上网导航和搜索入口,沉淀最具价值链接,全站无商业推广,简约而不简单。', '网站描述'); -INSERT INTO `lylme_config` VALUES ('icp', '', '备案号'); -INSERT INTO `lylme_config` VALUES ('home-title', '

上网,从这里开始!

', '首页标题'); -INSERT INTO `lylme_config` VALUES ('copyright', 'Copyright ©2022 LyLme Spage. All Rights Reserved.', '版权代码'); -INSERT INTO `lylme_config` VALUES ('keywords', '六零导航页,百度搜索,哔哩哔哩搜索,知乎搜索,六零导航,LyLme Spage,六零,LyLme,网站导航,上网导航', '关键字'); -INSERT INTO `lylme_config` VALUES ('logo', './assets/img/logo.png', '网站图标'); -INSERT INTO `lylme_config` VALUES ('background', './assets/img/background.jpg', '背景图片'); -INSERT INTO `lylme_config` VALUES ('wap_background', NULL,'手机端背景'); -INSERT INTO `lylme_config` VALUES ('version', 'v1.2.5', '程序版本'); -INSERT INTO `lylme_config` VALUES ('yan', 'true', '随机一言开关'); -INSERT INTO `lylme_config` VALUES ('tq', 'true', '天气显示开关'); -INSERT INTO `lylme_config` VALUES ('wztj', '', '网站统计代码'); -INSERT INTO `lylme_config` VALUES ('template', 'default','网站模板'); -INSERT INTO `lylme_config` VALUES ('cdnpublic', NULL,'CDN地址'); -INSERT INTO `lylme_config` VALUES ('apply_gg', '收录说明:
1. 禁止提交违规违法站点
2. 页面整洁,无多个弹窗广告和恶意跳转
3. 非盈利性网站,网站正常访问
4. 添加本站友链或网站已ICP备案优先收录
','收录公告'); -INSERT INTO `lylme_config` VALUES ('apply', 0,'收录申请'); --- ---------------------------- --- Table structure for lylme_groups --- ---------------------------- DROP TABLE IF EXISTS `lylme_groups`; -CREATE TABLE `lylme_groups` ( +CREATE TABLE IF NOT EXISTS `lylme_groups` ( `group_id` int(2) NOT NULL AUTO_INCREMENT COMMENT '分组ID', - `group_name` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '分组名称', - `group_icon` text COLLATE utf8mb4_unicode_ci COMMENT '分组图标', - `group_order` int(4) NOT NULL DEFAULT '5' COMMENT '分组排序', + `group_name` varchar(10) NOT NULL COMMENT '分组名称', + `group_icon` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '分组图标', + `group_order` int(4) NOT NULL DEFAULT '5' COMMENT '分组排序', + `group_status` int(1) NOT NULL DEFAULT '1' COMMENT '分组状态', + `group_pwd` int(2) NOT NULL DEFAULT '0' COMMENT '加密组ID', PRIMARY KEY (`group_id`) USING BTREE, - UNIQUE INDEX `group_name`(`group_name`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = COMPACT; + UNIQUE KEY `group_name` (`group_name`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT; + +DELETE FROM `lylme_groups`; +/*!40000 ALTER TABLE `lylme_groups` DISABLE KEYS */; +INSERT INTO `lylme_groups` (`group_id`, `group_name`, `group_icon`, `group_order`, `group_status`, `group_pwd`) VALUES + (1, '常用导航', '', 1, 1, 0), + (2, '设计视觉', '', 2, 1, 0), + (3, '社交&存储', '', 3, 1, 0), + (4, '工具', '', 4, 1, 0), + (5, '开发', '', 5, 1, 0), + (6, '游戏娱乐', '', 6, 1, 0), + (7, '网站公告', '', 7, 1, 0); +/*!40000 ALTER TABLE `lylme_groups` ENABLE KEYS */; --- ---------------------------- --- Records of lylme_groups --- ---------------------------- -INSERT INTO `lylme_groups` (`group_id`, `group_name`, `group_icon`, `group_order`) VALUES -(1, '常用导航', '', 1), -(2, '设计视觉', '', 2), -(3, '社交&存储', '', 3), -(4, '工具', '', 4), -(5, '开发', '', 5), -(6, '游戏娱乐', '', 6), -(7, '网站公告', '', 7); -ALTER TABLE `lylme_groups` ADD `group_status` INT(1) NOT NULL DEFAULT '1' COMMENT '分组状态' AFTER `group_order`; --- ---------------------------- --- Table structure for lylme_links --- ---------------------------- DROP TABLE IF EXISTS `lylme_links`; -CREATE TABLE `lylme_links` ( +CREATE TABLE IF NOT EXISTS `lylme_links` ( `id` int(4) NOT NULL AUTO_INCREMENT COMMENT '网站ID', - `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '链接标题', - `group_id` int(2) NOT NULL DEFAULT 1 COMMENT '分组名称', - `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '链接地址', - `icon` text COLLATE utf8mb4_unicode_ci COMMENT '链接图标', - `PS` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + `name` varchar(20) NOT NULL COMMENT '链接标题', + `group_id` int(2) NOT NULL DEFAULT '1' COMMENT '分组名称', + `url` varchar(255) NOT NULL COMMENT '链接地址', + `icon` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '链接图标', + `PS` varchar(255) DEFAULT NULL COMMENT '备注', `link_order` int(4) DEFAULT '10' COMMENT '链接排序', + `link_status` int(1) NOT NULL DEFAULT '1' COMMENT '链接状态', + `link_pwd` int(2) DEFAULT '0' COMMENT '加密组ID', PRIMARY KEY (`id`) USING BTREE, - INDEX `组`(`group_id`) USING BTREE, - CONSTRAINT `组` FOREIGN KEY (`group_id`) REFERENCES `lylme_groups` (`group_id`) ON DELETE RESTRICT ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 81 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = COMPACT; + KEY `组` (`group_id`) USING BTREE, + CONSTRAINT `组` FOREIGN KEY (`group_id`) REFERENCES `lylme_groups` (`group_id`) +) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT; --- ---------------------------- --- Records of lylme_links --- ---------------------------- -INSERT INTO `lylme_links` (`id`, `name`, `group_id`, `url`, `icon`, `PS`, `link_order`) VALUES -(1, '百度', 1, 'https://www.baidu.com/', '', NULL, 10), -(2, '腾讯视频', 1, 'https://v.qq.com', '', NULL, 10), -(3, '优酷', 1, 'https://www.youku.com/', '', NULL, 10), -(4, '爱奇艺', 1, 'https://www.iqiyi.com/', '', NULL, 10), -(5, '淘宝', 1, 'https://www.taobao.com/', '', NULL, 10), -(6, '哔哩哔哩', 1, 'https://www.bilibili.com/', '', NULL, 10), -(7, '微博', 1, 'https://www.weibo.com/', '', NULL, 10), -(8, 'QQ邮箱', 1, 'https://mail.qq.com/', '', NULL, 10), -(9, '百度贴吧', 1, 'https://tieba.baidu.com/', '', NULL, 10), -(10, 'CCTV直播', 1, 'https://tv.cctv.com/live/index.shtml', '', NULL, 10), -(11, '抖音网页版', 1, 'https://www.douyin.com/', '', NULL, 10), -(12, '快手网页版', 1, 'https://www.kuaishou.com/', '', NULL, 10), -(13, '网易云音乐', 1, 'https://music.163.com/', '', NULL, 10), -(14, 'QQ音乐', 1, 'https://y.qq.com/', '', NULL, 10), -(15, '酷狗音乐', 1, 'https://www.kugou.com/', '', NULL, 10), -(16, '虎牙直播', 1, 'https://www.huya.com/', '', NULL, 10), -(17, '斗鱼直播', 1, 'https://www.douyu.com/', '', NULL, 10), -(18, '企鹅电竞', 1, 'https://egame.qq.com/', '', NULL, 10), -(19, '微信文件传输助手', 1, 'https://filehelper.weixin.qq.com/', '', NULL, 10), -(20, '六零', 1, 'https://www.lylme.com/', '', NULL, 10), -(21, 'Office模板', 2, 'https://www.officeplus.cn/', '', NULL, 10), -(22, '搞定设计', 2, 'https://www.gaoding.com/', '', NULL, 10), -(23, '素材天下', 2, 'http://www.sucaitianxia.net/', '', NULL, 10), -(24, '千库网', 2, 'https://588ku.com/', '', NULL, 10), -(25, '图怪兽', 2, 'https://818ps.com', '', NULL, 10), -(26, '站酷', 2, 'https://www.zcool.com.cn/', '', NULL, 10), -(27, '阿里图标', 2, 'https://www.iconfont.cn/', '', NULL, 10), -(28, 'IconFinder', 2, 'https://www.iconfinder.com/', '', NULL, 10), -(29, '优设教程', 2, 'https://uiiiuiii.com/', '', NULL, 10), -(30, '知乎', 3, 'https://www.zhihu.com/explore', '', NULL, 10), -(31, '豆瓣', 3, 'https://www.douban.com/', '', NULL, 10), -(32, '简书', 3, 'https://www.jianshu.com/', '', NULL, 10), -(33, '阿里云盘', 3, 'https://www.aliyundrive.com/', '', NULL, 10), -(34, '百度网盘', 3, 'https://pan.baidu.com/', '', NULL, 10), -(35, '蓝奏云', 3, 'https://www.lanzou.com/', '', NULL, 10), -(36, '迅雷云盘', 3, 'https://pan.xunlei.com/', '', NULL, 10), -(37, 'OneDrive', 3, 'https://onedrive.live.com/', '', NULL, 10), -(38, '天翼云盘', 3, 'https://cloud.189.cn/', '', NULL, 10), -(39, 'UC网盘', 3, 'https://www.yun.cn/', '', NULL, 10), -(40, 'QQ邮箱', 3, 'https://mail.qq.com/', '', NULL, 10), -(41, 'Gmail', 3, 'https://mail.google.com/', '', NULL, 10), -(42, 'Hotmail', 3, 'https://outlook.live.com/mail/', '', NULL, 10), -(43, '网易邮箱', 3, 'https://mail.163.com/', '', NULL, 10), -(44, '新浪邮箱', 3, 'https://mail.sina.com.cn/', '', NULL, 10), -(45, '阿里邮箱', 3, 'https://mail.aliyun.com/', '', NULL, 10), -(46, '在线工具', 4, 'https://tool.lu/', '', NULL, 10), -(47, 'IP查询', 4, 'https://ip.cn/', '', NULL, 10), -(48, '文档在线转换', 4, 'https://xpdf.net/', '', NULL, 10), -(49, '谷歌翻译', 4, 'https://translate.google.cn/?hl=zh-CN', '', NULL, 10), -(50, '有道翻译', 4, 'https://fanyi.youdao.com/', '', NULL, 10), -(51, 'HTML在线运行', 4, 'https://c.runoob.com/front-end/61/', '', NULL, 10), -(52, 'MD编辑器', 4, 'https://www.lylme.com/html/', '', NULL, 10), -(53, '微PE工具', 4, 'http://www.wepe.com.cn/', '', NULL, 10), -(54, '在线代码格式化', 4, 'https://tool.oschina.net/codeformat/html/', '', NULL, 10), -(55, 'JS混淆器', 4, 'http://tool.chinaz.com/tools/jscodeconfusion.aspx', '', NULL, 10), -(56, '站长工具', 4, 'http://tool.chinaz.com/', '', NULL, 10), -(57, '在线Ping', 4, 'https://ping.chinaz.com/', '', NULL, 10), -(58, 'ICP备案查询', 4, 'https://icp.chinaz.com/', '', NULL, 10), -(59, '在线PS', 4, 'https://www.photopea.com/', '', NULL, 10), -(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, '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), -(67, 'Font Awesome', 5, 'https://fontawesome.com/icons?https://fontawesome.com/', '', NULL, 10), -(68, 'MSDN我告诉你', 5, 'https://msdn.itellyou.cn/', '', NULL, 10), -(69, '腾讯云', 5, 'https://cloud.tencent.com/', '', NULL, 10), -(70, '阿里云', 5, 'https://www.aliyun.com/', '', NULL, 10), -(71, '4399小游戏', 6, 'http://www.4399.com/', '', NULL, 10), -(72, '7k7k小游戏', 6, 'http://www.7k7k.com/', '', NULL, 10), -(73, '英雄联盟', 6, 'https://lol.qq.com/', '', NULL, 10), -(74, '永劫无间', 6, 'https://www.yjwujian.cn/', '', NULL, 10), -(75, 'STEAM', 6, 'https://store.steampowered.com/', '', NULL, 10), -(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, '/apply', '', NULL, 10), -(80, '建议&反馈', 7, 'https://support.qq.com/products/356339', '', NULL, 10); -SET FOREIGN_KEY_CHECKS = 1; -ALTER TABLE `lylme_links` ADD `link_status` INT(1) NOT NULL DEFAULT '1' COMMENT '链接状态' AFTER `link_order`; --- 表 `lylme_sou` -CREATE TABLE `lylme_sou` ( - `sou_id` int(11) NOT NULL COMMENT '搜索引擎ID', +DELETE FROM `lylme_links`; +/*!40000 ALTER TABLE `lylme_links` DISABLE KEYS */; +INSERT INTO `lylme_links` (`id`, `name`, `group_id`, `url`, `icon`, `PS`, `link_order`, `link_status`, `link_pwd`) VALUES + (1, '百度', 1, 'https://www.baidu.com/', '', NULL, 10, 1, 0), + (2, '腾讯视频', 1, 'https://v.qq.com', '', NULL, 10, 1, 0), + (3, '优酷', 1, 'https://www.youku.com/', '', NULL, 10, 1, 0), + (4, '爱奇艺', 1, 'https://www.iqiyi.com/', '', NULL, 10, 1, 0), + (5, '淘宝', 1, 'https://www.taobao.com/', '', NULL, 10, 1, 0), + (6, '哔哩哔哩', 1, 'https://www.bilibili.com/', '', NULL, 10, 1, 0), + (7, '微博', 1, 'https://www.weibo.com/', '', NULL, 10, 1, 0), + (8, 'QQ邮箱', 1, 'https://mail.qq.com/', '', NULL, 10, 1, 0), + (9, '百度贴吧', 1, 'https://tieba.baidu.com/', '', NULL, 10, 1, 0), + (10, 'CCTV直播', 1, 'https://tv.cctv.com/live/index.shtml', '', NULL, 10, 1, 0), + (11, '抖音网页版', 1, 'https://www.douyin.com/', '', NULL, 10, 1, 0), + (12, '快手网页版', 1, 'https://www.kuaishou.com/', '', NULL, 10, 1, 0), + (13, '网易云音乐', 1, 'https://music.163.com/', '', NULL, 10, 1, 0), + (14, 'QQ音乐', 1, 'https://y.qq.com/', '', NULL, 10, 1, 0), + (15, '酷狗音乐', 1, 'https://www.kugou.com/', '', NULL, 10, 1, 0), + (16, '虎牙直播', 1, 'https://www.huya.com/', '', NULL, 10, 1, 0), + (17, '斗鱼直播', 1, 'https://www.douyu.com/', '', NULL, 10, 1, 0), + (18, '企鹅电竞', 1, 'https://egame.qq.com/', '', NULL, 10, 1, 0), + (19, '微信文件传输助手', 1, 'https://filehelper.weixin.qq.com/', '', NULL, 10, 1, 0), + (20, '六零', 1, 'https://www.lylme.com/', '', NULL, 10, 1, 0), + (21, 'Office模板', 2, 'https://www.officeplus.cn/', '', NULL, 10, 1, 0), + (22, '搞定设计', 2, 'https://www.gaoding.com/', '', NULL, 10, 1, 0), + (23, '素材天下', 2, 'http://www.sucaitianxia.net/', '', NULL, 10, 1, 0), + (24, '千库网', 2, 'https://588ku.com/', '', NULL, 10, 1, 0), + (25, '图怪兽', 2, 'https://818ps.com', '', NULL, 10, 1, 0), + (26, '站酷', 2, 'https://www.zcool.com.cn/', '', NULL, 10, 1, 0), + (27, '阿里图标', 2, 'https://www.iconfont.cn/', '', NULL, 10, 1, 0), + (28, 'IconFinder', 2, 'https://www.iconfinder.com/', '', NULL, 10, 1, 0), + (29, '优设教程', 2, 'https://uiiiuiii.com/', '', NULL, 10, 1, 0), + (30, '知乎', 3, 'https://www.zhihu.com/explore', '', NULL, 10, 1, 0), + (31, '豆瓣', 3, 'https://www.douban.com/', '', NULL, 10, 1, 0), + (32, '简书', 3, 'https://www.jianshu.com/', '', NULL, 10, 1, 0), + (33, '阿里云盘', 3, 'https://www.aliyundrive.com/', '', NULL, 10, 1, 0), + (34, '百度网盘', 3, 'https://pan.baidu.com/', '', NULL, 10, 1, 0), + (35, '蓝奏云', 3, 'https://www.lanzou.com/', '', NULL, 10, 1, 0), + (36, '迅雷云盘', 3, 'https://pan.xunlei.com/', '', NULL, 10, 1, 0), + (37, 'OneDrive', 3, 'https://onedrive.live.com/', '', NULL, 10, 1, 0), + (38, '天翼云盘', 3, 'https://cloud.189.cn/', '', NULL, 10, 1, 0), + (39, 'UC网盘', 3, 'https://www.yun.cn/', '', NULL, 10, 1, 0), + (40, 'QQ邮箱', 3, 'https://mail.qq.com/', '', NULL, 10, 1, 0), + (41, 'Gmail', 3, 'https://mail.google.com/', '', NULL, 10, 1, 0), + (42, 'Hotmail', 3, 'https://outlook.live.com/mail/', '', NULL, 10, 1, 0), + (43, '网易邮箱', 3, 'https://mail.163.com/', '', NULL, 10, 1, 0), + (44, '新浪邮箱', 3, 'https://mail.sina.com.cn/', '', NULL, 10, 1, 0), + (45, '阿里邮箱', 3, 'https://mail.aliyun.com/', '', NULL, 10, 1, 0), + (46, '在线工具', 4, 'https://tool.lu/', '', NULL, 10, 1, 0), + (47, 'IP查询', 4, 'https://ip.cn/', '', NULL, 10, 1, 0), + (48, '文档在线转换', 4, 'https://xpdf.net/', '', NULL, 10, 1, 0), + (49, '谷歌翻译', 4, 'https://translate.google.cn/?hl=zh-CN', '', NULL, 10, 1, 0), + (50, '有道翻译', 4, 'https://fanyi.youdao.com/', '', NULL, 10, 1, 0), + (51, 'HTML在线运行', 4, 'https://c.runoob.com/front-end/61/', '', NULL, 10, 1, 0), + (52, 'MD编辑器', 4, 'https://www.lylme.com/html/', '', NULL, 10, 1, 0), + (53, '微PE工具', 4, 'http://www.wepe.com.cn/', '', NULL, 10, 1, 0), + (54, '在线代码格式化', 4, 'https://tool.oschina.net/codeformat/html/', '', NULL, 10, 1, 0), + (55, 'JS混淆器', 4, 'http://tool.chinaz.com/tools/jscodeconfusion.aspx', '', NULL, 10, 1, 0), + (56, '站长工具', 4, 'http://tool.chinaz.com/', '', NULL, 10, 1, 0), + (57, '在线Ping', 4, 'https://ping.chinaz.com/', '', NULL, 10, 1, 0), + (58, 'ICP备案查询', 4, 'https://icp.chinaz.com/', '', NULL, 10, 1, 0), + (59, '在线PS', 4, 'https://www.photopea.com/', '', NULL, 10, 1, 0), + (60, 'W3school', 5, 'http://www.w3school.com.cn/', '', NULL, 10, 1, 0), + (61, 'Github', 5, 'https://github.com/', '', NULL, 10, 1, 0), + (62, '码云Gitee', 5, 'https://gitee.com/', '', NULL, 10, 1, 0), + (63, 'Linux命令查询', 5, 'https://linux.lylme.com/', '', NULL, 10, 1, 0), + (64, 'CSDN', 5, 'https://www.csdn.net/', '', NULL, 10, 1, 0), + (65, 'CdnJs', 5, 'https://cdnjs.com/', '', NULL, 10, 1, 0), + (66, '字节跳动CDN', 5, 'https://cdn.bytedance.com/', '', NULL, 10, 1, 0), + (67, 'Font Awesome', 5, 'https://fontawesome.com/icons?https://fontawesome.com/', '', NULL, 10, 1, 0), + (68, 'MSDN我告诉你', 5, 'https://msdn.itellyou.cn/', '', NULL, 10, 1, 0), + (69, '腾讯云', 5, 'https://cloud.tencent.com/', '', NULL, 10, 1, 0), + (70, '阿里云', 5, 'https://www.aliyun.com/', '', NULL, 10, 1, 0), + (71, '4399小游戏', 6, 'http://www.4399.com/', '', NULL, 10, 1, 0), + (72, '7k7k小游戏', 6, 'http://www.7k7k.com/', '', NULL, 10, 1, 0), + (73, '英雄联盟', 6, 'https://lol.qq.com/', '', NULL, 10, 1, 0), + (74, '永劫无间', 6, 'https://www.yjwujian.cn/', '', NULL, 10, 1, 0), + (75, 'STEAM', 6, 'https://store.steampowered.com/', '', NULL, 10, 1, 0), + (76, '王者荣耀', 6, 'https://pvp.qq.com/', '', NULL, 10, 1, 0), + (77, '3DM GAME', 6, 'https://www.3dmgame.com/', '', NULL, 10, 1, 0), + (78, '官方主页', 7, 'https://www.lylme.com/', '', NULL, 10, 1, 0), + (79, '申请收录', 7, '/apply', '', NULL, 10, 1, 0), + (80, '建议&反馈', 7, 'https://support.qq.com/products/356339', '', NULL, 10, 1, 0); +/*!40000 ALTER TABLE `lylme_links` ENABLE KEYS */; + +DROP TABLE IF EXISTS `lylme_pwd`; +CREATE TABLE IF NOT EXISTS `lylme_pwd` ( + `pwd_id` int(2) NOT NULL AUTO_INCREMENT COMMENT '加密组ID', + `pwd_name` varchar(20) NOT NULL COMMENT '加密组名称', + `pwd_key` varchar(20) NOT NULL COMMENT '加密组密码', + `pwd_ps` varchar(30) DEFAULT NULL COMMENT '加密组备注', + PRIMARY KEY (`pwd_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +DELETE FROM `lylme_pwd`; +/*!40000 ALTER TABLE `lylme_pwd` DISABLE KEYS */; +/*!40000 ALTER TABLE `lylme_pwd` ENABLE KEYS */; + +DROP TABLE IF EXISTS `lylme_sou`; +CREATE TABLE IF NOT EXISTS `lylme_sou` ( + `sou_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '搜索引擎ID', `sou_alias` varchar(20) NOT NULL COMMENT '搜索引擎别名', `sou_name` varchar(20) NOT NULL COMMENT '搜索引擎名称', `sou_hint` varchar(30) NOT NULL DEFAULT '请输入搜索关键词' COMMENT '搜索引擎提示文字', @@ -178,72 +202,43 @@ CREATE TABLE `lylme_sou` ( `sou_waplink` varchar(255) DEFAULT NULL COMMENT '搜索引擎移动端地址', `sou_icon` text NOT NULL COMMENT '搜索引擎图标', `sou_st` int(1) NOT NULL DEFAULT '1' COMMENT '搜索引擎开关', - `sou_order` int(2) NOT NULL COMMENT '搜索引擎排序' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='搜索引擎'; + `sou_order` int(2) NOT NULL COMMENT '搜索引擎排序', + PRIMARY KEY (`sou_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='搜索引擎'; +DELETE FROM `lylme_sou`; +/*!40000 ALTER TABLE `lylme_sou` DISABLE KEYS */; INSERT INTO `lylme_sou` (`sou_id`, `sou_alias`, `sou_name`, `sou_hint`, `sou_color`, `sou_link`, `sou_waplink`, `sou_icon`, `sou_st`, `sou_order`) VALUES -(1, 'baidu', '百度一下', '百度一下,你就知道', '#0c498c', 'https://www.baidu.com/s?word=', 'https://m.baidu.com/s?word=', '', 1, 1), -(2, 'sogou', '搜狗搜索', '上网从搜狗开始', '#696a6d', 'https://www.sogou.com/web?query=', NULL, '', 1, 2), -(3, 'bing', 'Bing必应', '微软必应搜索', '#696a6d', 'https://cn.bing.com/search?q=', NULL, '', 1, 3), -(4, 'zhihu', '知乎搜索', '有问题,上知乎', '#0084fe', 'https://www.zhihu.com/search?q=', NULL, '', 1, 4), -(5, 'bilibili', '哔哩哔哩', '(゜-゜)つロ 干杯~', '#00aeec', 'https://search.bilibili.com/all?keyword=', NULL, '', 1, 5), -(6, 'weibo', '微博搜索', '随时随地发现新鲜事', '#ff5722', 'https://s.weibo.com/weibo/', '', '', 1, 6), -(7, 'google', '谷歌搜索', '值得信任的搜索引擎', '#3B83FA', 'https://www.google.com.hk/search?hl=zh-CN&q=', '', '', 1, 7), -(8, 'fanyi', '在线翻译', '输入翻译内容(自动检测语言)', '#0084fe', 'https://translate.google.cn/?hl=zh-CN&sl=auto&tl=zh-CN&text=', NULL, '', 1, 8); + (1, 'baidu', '百度一下', '百度一下,你就知道', '#0c498c', 'https://www.baidu.com/s?word=', 'https://m.baidu.com/s?word=', '', 1, 1), + (2, 'sogou', '搜狗搜索', '上网从搜狗开始', '#696a6d', 'https://www.sogou.com/web?query=', NULL, '', 1, 2), + (3, 'bing', 'Bing必应', '微软必应搜索', '#696a6d', 'https://cn.bing.com/search?q=', NULL, '', 1, 3), + (4, 'zhihu', '知乎搜索', '有问题,上知乎', '#0084fe', 'https://www.zhihu.com/search?q=', NULL, '', 1, 4), + (5, 'bilibili', '哔哩哔哩', '(゜-゜)つロ 干杯~', '#00aeec', 'https://search.bilibili.com/all?keyword=', NULL, '', 1, 5), + (6, 'weibo', '微博搜索', '随时随地发现新鲜事', '#ff5722', 'https://s.weibo.com/weibo/', '', '', 1, 6), + (7, 'google', '谷歌搜索', '值得信任的搜索引擎', '#3B83FA', 'https://www.google.com.hk/search?hl=zh-CN&q=', '', '', 1, 7), + (8, 'fanyi', '在线翻译', '输入翻译内容(自动检测语言)', '#0084fe', 'https://translate.google.cn/?hl=zh-CN&sl=auto&tl=zh-CN&text=', NULL, '', 1, 8); +/*!40000 ALTER TABLE `lylme_sou` ENABLE KEYS */; --- -ALTER TABLE `lylme_sou` - ADD PRIMARY KEY (`sou_id`); -ALTER TABLE `lylme_sou` - MODIFY `sou_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '搜索引擎ID', AUTO_INCREMENT=9; -COMMIT; - - --- 表`lylme_tags` - -CREATE TABLE `lylme_tags` ( - `tag_id` int(11) NOT NULL, +DROP TABLE IF EXISTS `lylme_tags`; +CREATE TABLE IF NOT EXISTS `lylme_tags` ( + `tag_id` int(11) NOT NULL AUTO_INCREMENT, `tag_name` varchar(30) NOT NULL, `tag_link` varchar(60) NOT NULL, - `tag_target` int(1) NOT NULL DEFAULT '1' -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -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, '关于本站', '/about', 1), -(5, '申请收录', '/apply', 1); -ALTER TABLE `lylme_tags` - ADD PRIMARY KEY (`tag_id`); -ALTER TABLE `lylme_tags` - MODIFY `tag_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -COMMIT; + `tag_target` int(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`tag_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; --- 表`lylme_apply` -CREATE TABLE `lylme_apply` ( - `apply_id` int(4) NOT NULL, - `apply_name` varchar(20) NOT NULL, - `apply_url` varchar(255) NOT NULL, - `apply_group` int(2) NOT NULL, - `apply_icon` text NOT NULL, - `apply_mail` varchar(30) NOT NULL, - `apply_time` datetime NOT NULL, - `apply_status` int(11) NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='收录申请'; -ALTER TABLE `lylme_apply` ADD PRIMARY KEY (`apply_id`); -ALTER TABLE `lylme_apply` MODIFY `apply_id` int(4) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=0; -COMMIT; --- v1.1.9 -ALTER TABLE `lylme_links` ADD `link_pwd` INT(2) NULL DEFAULT '0' COMMENT '加密组ID' AFTER `link_status`; -ALTER TABLE `lylme_groups` ADD `group_pwd` INT(2) NOT NULL DEFAULT '0' COMMENT '加密组ID' AFTER `group_status`; -CREATE TABLE `lylme_pwd` ( - `pwd_id` int(2) NOT NULL COMMENT '加密组ID', - `pwd_name` varchar(20) NOT NULL COMMENT '加密组名称', - `pwd_key` varchar(20) NOT NULL COMMENT '加密组密码', - `pwd_ps` varchar(30) DEFAULT NULL COMMENT '加密组备注' -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -ALTER TABLE `lylme_pwd` - ADD PRIMARY KEY (`pwd_id`); -ALTER TABLE `lylme_pwd` - MODIFY `pwd_id` int(2) NOT NULL AUTO_INCREMENT COMMENT '加密组ID', AUTO_INCREMENT=1; -INSERT INTO `lylme_tags` (`tag_id`, `tag_name`, `tag_link`, `tag_target`) VALUES (NULL, '登录', '/pwd', '0'); \ No newline at end of file +DELETE FROM `lylme_tags`; +/*!40000 ALTER TABLE `lylme_tags` DISABLE KEYS */; +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, '关于本站', '/about', 1), + (5, '申请收录', '/apply', 1), + (6, '查看', '/pwd', 0); +/*!40000 ALTER TABLE `lylme_tags` ENABLE KEYS */; + +/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; +/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;