update version for solo

This commit is contained in:
Van 2016-11-09 22:09:51 +08:00
parent 4b279f1b1a
commit 73b2d5bb50
20 changed files with 63 additions and 18 deletions

View File

@ -22,5 +22,5 @@
name=Andrea
version=2.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=Refers to http://www.madeincima.eu

View File

@ -23,5 +23,5 @@
name=Bruce
version=1.0.0
forSolo=1.6.0
forSolo=1.7.0
memo=\u57fa\u4e8e BootStrap 3.2.0

View File

@ -23,5 +23,5 @@
name=\u7ecf\u5178\u6de1\u84dd
version=2.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=\u8fd9\u4e2a\u76ae\u80a4\u5f88\u4e11\u4e48\uff1f\u6211\u52d2\u4e2a\u53bb\u3002

View File

@ -22,5 +22,5 @@
name=Community
version=2.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=Refers to http://demo.woothemes.com/skeptical/

View File

@ -23,5 +23,5 @@
name=ease
version=1.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=\u56de\u5f52\u606c\u9759

View File

@ -23,5 +23,5 @@
name=favourite
version=2.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=Refers to http://www.iprimidieci.com/

View File

@ -22,5 +22,5 @@
name=Finding
version=1.0.1
forSolo=1.6.0
forSolo=1.7.0
memo=http://demo.ghost.io

View File

@ -22,5 +22,5 @@
name=i-nove
version=2.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=Refers to http://demo.neoease.com

View File

@ -22,5 +22,5 @@
name=metro-hot
version=1.0.1
forSolo=1.6.0
forSolo=1.7.0
memo=metro-hot

15
mobile/js/l10n.min.js vendored
View File

@ -1 +1,16 @@
/*
* Copyright (c) 2010-2016, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
function convertEntities(t){var e,n;if(e=function(t){if(/&[^;]+;/.test(t)){var e=document.createElement("div");return e.innerHTML=t,e.firstChild?e.firstChild.nodeValue:t}return t},"string"==typeof t)return e(t);if("object"==typeof t)for(n in t)"string"==typeof t[n]&&(t[n]=e(t[n]));return t}

View File

@ -22,5 +22,5 @@
name=Mobile
version=0.1.5
forSolo=1.6.0
forSolo=1.7.0
memo=\u8bf7\u4e0d\u8981\u4ece\u90e8\u7f72\u76ee\u5f55\u4e2d\u5220\u9664\u8be5\u76ae\u80a4\uff0c\u5426\u5219\u79fb\u52a8\u8bbe\u5907\u8bbf\u95ee\u65f6\u535a\u5ba2\u5c06\u4e0d\u53ef\u7528\u3002

View File

@ -22,5 +22,5 @@
name=NeoEase
version=1.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=http://www.neoease.com/

15
next/css/next.min.css vendored

File diff suppressed because one or more lines are too long

15
next/js/next.min.js vendored
View File

@ -1 +1,16 @@
/*
* Copyright (c) 2010-2016, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
var NexT={init:function(){$(".sidebar-toggle").click(function(){var i=$(".sidebar");$(this).hasClass("sidebar-active")?($(this).removeClass("sidebar-active"),$("body").animate({"padding-right":0}),i.animate({right:-320}),i.find("section").css("opacity",0)):($(this).addClass("sidebar-active"),$("body").animate({"padding-right":320}),i.animate({right:0},function(){i.find("section:first").animate({opacity:1})}))}),$(".site-nav-toggle").click(function(){$(".site-nav").slideToggle()}),$(document).ready(function(){setTimeout(function(){$(".logo-wrap").css("opacity",1),$(".logo-line-before i").animate({left:"0"},function(){$(".site-title").css("opacity",1).animate({top:0},function(){$(".menu").css("opacity",1).animate({"margin-top":"15px"}),$(".main").css("opacity",1).animate({top:"0"},function(){$(".b3-solo-list li").length>0&&$(window).width()>1e3&&$(".sidebar-toggle").click()})})}),$(".logo-line-after i").animate({right:"0"})},500)})},initArticle:function(){if($(".b3-solo-list li").length>0&&$(window).width()>1e3){$(".sidebar-toggle").addClass("has-toc");var i='<ul><li class="current" data-tab="toc">'+Label.tocLabel+'</li><li data-tab="site">'+Label.siteViewLabel+"</li></ul><section></section>";$(".sidebar").prepend(i);var t=$(".sidebar section:first").html($(".b3-solo-list")),a=$(".sidebar section:last");$(".sidebar > ul > li").click(function(){"toc"===$(this).data("tab")?a.animate({opacity:"0",top:"-50px"},300,function(){t.show().css("top","-50px"),t.animate({opacity:"1",top:"0"},300)}):t.animate({opacity:"0",top:"-50px"},300,function(){t.hide().css("top","-50px"),a.animate({opacity:"1",top:"0"},300)}),$(".sidebar > ul > li").removeClass("current"),$(this).addClass("current")})}}};NexT.init();

View File

@ -22,5 +22,5 @@
name=next
version=1.0.0
forSolo=1.6.0
forSolo=1.7.0
memo=https://github.com/iissnan/hexo-theme-next

View File

@ -22,5 +22,5 @@
name=owmx-3.0
version=2.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=Refers to http://dx.b3log.org

View File

@ -22,6 +22,6 @@
name=timeline
version=1.0.1
forSolo=1.6.0
forSolo=1.7.0
memo=\u65f6\u5149\u6d41\u901d
note=\u6b64\u76ae\u80a4\u5ffd\u7565\u66f4\u65b0\u3001\u7f6e\u9876\u6392\u5e8f

View File

@ -1,5 +1,5 @@
var version = "1.5.0",
newVersion = "1.6.0";
var version = "1.6.0",
newVersion = "1.7.0";
process.argv.forEach(function (val, index) {
if (index === 2) {

View File

@ -22,5 +22,5 @@
name=Tree House
version=2.0.5
forSolo=1.6.0
forSolo=1.7.0
memo=Refers to http://www.thepixel.com/blog

View File

@ -22,5 +22,5 @@
name=yilia
version=1.0.0
forSolo=1.6.0
forSolo=1.7.0
memo=http://litten.github.io/