Skip to content

Commit

Permalink
[Update] URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
xb2016 committed Oct 13, 2019
1 parent e8fe88c commit 5676305
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/js/kratos.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,6 @@ window.onload = function(){
var page_load_time = now-performance.timing.navigationStart;
console.clear();
console.log('项目托管:https://github.com/xb2016/kratos-pjax');
console.log('%cwww.fczbl.vip','font-size:2em');
console.log('%cmoedog.org','font-size:2em');
console.log('%c页面加载完毕消耗了'+Math.round(performance.now()*100)/100+'ms','background:#fff;color:#333;text-shadow:0 0 2px #eee,0 0 3px #eee,0 0 3px #eee,0 0 2px #eee,0 0 3px #eee;');
};
4 changes: 2 additions & 2 deletions static/js/waifu-tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $('.waifu-tool .fa-street-view').click(function (){
showMessage('我的新衣服好看嘛',4000);
});
$('.waifu-tool .fa-info-circle').click(function (){
window.open('https://www.fczbl.vip/946.html');
window.open('https://moedog.org/946.html');
});
$('.waifu-tool .fa-camera').click(function (){
showMessage('照好了嘛,是不是很可爱呢?',5000);
Expand All @@ -37,7 +37,7 @@ $('.waifu-tool .fa-close').click(function(){
});
loadlive2d('live2d',xb.thome+'/inc/model/api.php?p=33&model=default');
function showHitokoto(){
$.post("https://api.fczbl.vip/hitokoto/",function(result){
$.get("https://v1.hitokoto.cn/?encode=text",function(result){
showMessage(result);
});
}
Expand Down
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: Kratos-pjax
Theme URI: https://github.com/xb2016/kratos-pjax
Author: Vtrois(Modified by 小白-白)
Author URI: https://www.vtrois.com/
Description: Kratos 是一款专注于个人博客的主题,提供了一套可自定义的积木式页面配置组件,可以通过使用小工具、导航、社交组件、站点标识、自定颜色等来个性化你的站点。此为小白-白(www.fczbl.vip)的二次开发版本。
Description: Kratos 是一款专注于个人博客的主题,提供了一套可自定义的积木式页面配置组件,可以通过使用小工具、导航、社交组件、站点标识、自定颜色等来个性化你的站点。此为小白-白(moedog.org)的二次开发版本。
Version: 0.4.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down

0 comments on commit 5676305

Please sign in to comment.