Skip to content

Commit d879da7

Browse files
committed
Update index.php
1 parent 038477f commit d879da7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

index.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package JianShu
66
* @author 绛木子
7-
* @version 1.1.0
7+
* @version 1.1.1
88
* @link http://lixianhua.com
99
* ----------------------------------------
1010
* update log
@@ -15,12 +15,13 @@
1515
* 优化functions中方法
1616
* 添加AJAX支持(前端实现)
1717
* ----------------------------------------
18-
* 2015.08.12
18+
* 2015.08.19
1919
* ----------
2020
* 添加七牛CDN支持
2121
* 能够显示文章缩略图了
2222
* 优化前端显示,精简了css代码
2323
* 修复了阅读模式切换的的Bug
24+
* 修复小屏下菜单打开后无法收起的Bug
2425
*/
2526

2627
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
@@ -50,4 +51,4 @@
5051
<?php $this->pageLink('更多','next');?>
5152
</div>
5253
</div>
53-
<?php $this->need('footer.php'); ?>
54+
<?php $this->need('footer.php'); ?>

0 commit comments

Comments
 (0)