We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038477f commit d879da7Copy full SHA for d879da7
1 file changed
index.php
@@ -4,7 +4,7 @@
4
*
5
* @package JianShu
6
* @author 绛木子
7
- * @version 1.1.0
+ * @version 1.1.1
8
* @link http://lixianhua.com
9
* ----------------------------------------
10
* update log
@@ -15,12 +15,13 @@
15
* 优化functions中方法
16
* 添加AJAX支持(前端实现)
17
18
- * 2015.08.12
+ * 2015.08.19
19
* ----------
20
* 添加七牛CDN支持
21
* 能够显示文章缩略图了
22
* 优化前端显示,精简了css代码
23
* 修复了阅读模式切换的的Bug
24
+ * 修复小屏下菜单打开后无法收起的Bug
25
*/
26
27
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
@@ -50,4 +51,4 @@
50
51
<?php $this->pageLink('更多','next');?>
52
</div>
53
-<?php $this->need('footer.php'); ?>
54
+<?php $this->need('footer.php'); ?>
0 commit comments