修复安装文件错误
This commit is contained in:
parent
964a3212c0
commit
6c80c83991
|
@ -21,7 +21,7 @@ CREATE TABLE `lylme_config` (
|
|||
-- Records of lylme_config
|
||||
-- ----------------------------
|
||||
INSERT INTO `lylme_config` VALUES ('admin_user', 'admin', '管理员账号');
|
||||
INSERT INTO `lylme_config` VALUES ('admin_pwd', '1234546', '管理员密码');
|
||||
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', '京ICP备xxxxxx号', '备案号');
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
<h3 style="margin-top: 25px;">1. 特别说明</h3>
|
||||
|
||||
<p>1.1 <u>原作者:<b>D.Young</b></u></p>
|
||||
<p style="font-size:14px">该程序最初为HTML+CSS+JS版,由<b>D.Young</b>开发。<br>
|
||||
博客地址:<a href="https://blog.5iux.cn/4679.html" target="_blank">https://blog.5iux.cn/</a> <br>
|
||||
GitHub:<a href="https://github.com/5iux/5iux.github.io">https://github.com/5iux/5iux.github.io</a>。
|
||||
</p>
|
||||
|
@ -30,7 +29,7 @@ GitHub:<a href="https://github.com/5iux/5iux.github.io">https://github.com/5iu
|
|||
博客地址:<a href="https://blog.lylme.com" target="_blank">https://blog.lylme.com/</a> <br>
|
||||
GitHub:<a href="https://github.com/lylme/lylme_spage">https://github.com/lylme/lylme_spage</a>。
|
||||
</p> <hr>
|
||||
p>1.2 <u>后端模板:<b>笔下光年</b></u></p>
|
||||
<p>1.2 <u>后端模板:<b>笔下光年</b></u></p>
|
||||
|
||||
<p style="font-size:14px">后台使用笔下光年的Light Year Admin模板开发<br>
|
||||
码云:<a href="https://gitee.com/yinqi/Light-Year-Admin-Template">https://gitee.com/yinqi/Light-Year-Admin-Templatea>。
|
||||
|
|
Loading…
Reference in New Issue