diff --git a/README.md b/README.md index 18d6bdc..b8240f2 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,16 @@ Demo 地址: - [x] 播放器 - [x] 音乐页 - [x] 其他 + +## 新增 + - [x] ajax 加载更多文章 - [x] 全站无刷新体验 (可能只有 Chrome 支持) - [x] 评论 ajax 提交 - [x] 文章内图片懒加载 (Safari 未通过测试) - [x] ajax 登陆后台 - [x] ajax 前台提交新文章,带来不一样的体验 +- [x] GitHub 开源页 ## 预览 @@ -65,7 +69,8 @@ Demo 地址: 歌单: ![image](https://user-images.githubusercontent.com/41265413/59972793-146a0100-95c8-11e9-80f6-9ec672cc0351.png) -你也可以前往 https://paul.ren ,光临保罗的小窝。他是设计原型。 +GitHub 开源页: +![](https://raw.githubusercontent.com/Innei/img-bed/master/20190627131326.png) ## 故事 @@ -200,10 +205,6 @@ var paul_music = new function () { - [x] 根据分类制定独立页面, 不同输出 -## 注意事项 - -除了在 post 页面, 其他页面中都是不带 referrer 信息的, 可能会影响到你的统计代码. - ## 版权 & 开源 @Dreamer-Paul & @Innei 所有, 开源遵循 MIT. diff --git a/functions.php b/functions.php index cdc7c46..aec9483 100755 --- a/functions.php +++ b/functions.php @@ -170,7 +170,7 @@ function themeFields($layout) $layout->addItem($intro); } if (preg_match("/write-post.php/", $_SERVER['REQUEST_URI'])) { - $mood = new Typecho_Widget_Helper_Form_Element_Select('mood', array('一般' => '一般', '开心' => '开心', '伤心' => '伤心', '沉闷' => '沉闷', '无聊' => '无聊', '紧张' => '紧张', '愤怒' => '愤怒', '迷茫' => '迷茫'), '一般', '心情如何'); + $mood = new Typecho_Widget_Helper_Form_Element_Select('mood', array('一般' => '一般', '开心' => '开心', '伤心' => '伤心', '沉闷' => '沉闷', '无聊' => '无聊', '紧张' => '紧张', '愤怒' => '愤怒', '迷茫' => '迷茫', '心酸' => '心酸', '绝望' => '绝望'), '一般', '心情如何'); $layout->addItem($mood); } } diff --git a/screenshot.png b/screenshot.png index 1017925..b50dd33 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/until/until.php b/until/until.php index 90fadbc..8ff537f 100644 --- a/until/until.php +++ b/until/until.php @@ -1,4 +1,8 @@ getPrefix();