Skip to content

Commit

Permalink
0.871
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 committed Mar 6, 2020
1 parent c7e288e commit 545684d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Argon 使用 [GPL V3.0](https://github.com/solstice23/argon-theme/blob/master/LI

# 更新日志

## 20200306 v0.871
+ BUG 修复


## 20200306 v0.870
+ 优化搜索体验,将搜索框嵌入导航栏中,同时搜索支持 Pjax
+ 增加首页文章和说说同时显示的选项
Expand Down
6 changes: 5 additions & 1 deletion argontheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,11 @@ $(document).on("keydown" , "#navbar_search_input_container #navbar_search_input"
commentEmail = $("#post_comment_email").val();
commentLink = $("#post_comment_link").val();
commentCaptcha = $("#post_comment_captcha").val();
useMarkdown = $("#comment_post_use_markdown")[0].checked;
if ($("#comment_post_use_markdown").length > 0){
useMarkdown = $("#comment_post_use_markdown")[0].checked;
}else{
useMarkdown = false;
}

postID = $("#post_comment_post_id").val();
commentCaptchaSeed = $("#post_comment_captcha_seed").val();
Expand Down
2 changes: 1 addition & 1 deletion assets/argon_css_merged.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/vendor/pickr/themes/classic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/vendor/pickr/themes/nano.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "0.870",
"version" : "0.871",
"details_url" : "https://github.com/solstice23/argon-theme/releases",
"download_url" : "https://github.com/solstice23/argon-theme/releases/download/v0.870/argon.zip"
"download_url" : "https://github.com/solstice23/argon-theme/releases/download/v0.871/argon.zip"
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: argon
Author: solstice23
Author URI: https://solstice23.top/
Description: 轻盈、简洁、美观的 Wordpress 主题
Version: 0.870
Version: 0.871
License: GNU General Public License v3.0GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 简约, 两栏, 侧栏在左边, 浮动侧栏, 文章目录, 自适应, 夜间模式, 可自定义
Expand Down

0 comments on commit 545684d

Please sign in to comment.