Skip to content

Commit

Permalink
Site updated: 2018-02-09 14:48:27
Browse files Browse the repository at this point in the history
  • Loading branch information
xuecat committed Feb 9, 2018
1 parent 7e5d0ef commit e0fcfdf
Show file tree
Hide file tree
Showing 449 changed files with 15,270 additions and 2,963 deletions.
36 changes: 32 additions & 4 deletions 2013/11/26/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,34 @@
<title> Hello World | XueCat </title>
</head>

<div id="hexo-helper-live2d">
<canvas id="live2dcanvas" width="150" height="300"></canvas>
</div>
<style>
#live2dcanvas{
position: fixed;
width: 150px;
height: 300px;
opacity:0.7;
left: 0px;
z-index: 999;
pointer-events: none;
bottom: 0px;
}
</style>
<script type="text/javascript" src="/live2d/device.min.js"></script>
<script type="text/javascript">
const loadScript = function loadScript(c,b){var a=document.createElement("script");a.type="text/javascript";"undefined"!=typeof b&&(a.readyState?a.onreadystatechange=function(){if("loaded"==a.readyState||"complete"==a.readyState)a.onreadystatechange=null,b()}:a.onload=function(){b()});a.src=c;document.body.appendChild(a)};
(function(){
if((typeof(device) != 'undefined') && (device.mobile())){
document.getElementById("live2dcanvas").style.width = '75px';
document.getElementById("live2dcanvas").style.height = '150px';
}else
if (typeof(device) === 'undefined') console.error('Cannot find current-device script.');
loadScript("/live2d/script.js", function(){loadlive2d("live2dcanvas", "/live2d/assets/z16.model.json", 0.5);});
})();
</script>

<body itemscope itemtype="//schema.org/WebPage" lang="zh-Hans">


Expand Down Expand Up @@ -791,9 +819,9 @@ <h1 class="post-title" itemprop="name headline">


<script type="text/javascript" src="/js/src/particle.js"></script>
<script type="text/javascript" src="/js/src/chuncai.js"></script>
<script type="text/javascript">
$.chuncai();
</script>
//<script type="text/javascript" src="/js/src/chuncai.js"></script>
//<script type="text/javascript">
// $.chuncai();
//</script>
</body>
</html>
36 changes: 32 additions & 4 deletions 2014/06/12/firsttest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,34 @@
<title> 生活认识 | XueCat </title>
</head>

<div id="hexo-helper-live2d">
<canvas id="live2dcanvas" width="150" height="300"></canvas>
</div>
<style>
#live2dcanvas{
position: fixed;
width: 150px;
height: 300px;
opacity:0.7;
left: 0px;
z-index: 999;
pointer-events: none;
bottom: 0px;
}
</style>
<script type="text/javascript" src="/live2d/device.min.js"></script>
<script type="text/javascript">
const loadScript = function loadScript(c,b){var a=document.createElement("script");a.type="text/javascript";"undefined"!=typeof b&&(a.readyState?a.onreadystatechange=function(){if("loaded"==a.readyState||"complete"==a.readyState)a.onreadystatechange=null,b()}:a.onload=function(){b()});a.src=c;document.body.appendChild(a)};
(function(){
if((typeof(device) != 'undefined') && (device.mobile())){
document.getElementById("live2dcanvas").style.width = '75px';
document.getElementById("live2dcanvas").style.height = '150px';
}else
if (typeof(device) === 'undefined') console.error('Cannot find current-device script.');
loadScript("/live2d/script.js", function(){loadlive2d("live2dcanvas", "/live2d/assets/z16.model.json", 0.5);});
})();
</script>

<body itemscope itemtype="//schema.org/WebPage" lang="zh-Hans">


Expand Down Expand Up @@ -826,9 +854,9 @@ <h1 id="以前用pelican,后面markdown语法多了,现在换hexo先把日


<script type="text/javascript" src="/js/src/particle.js"></script>
<script type="text/javascript" src="/js/src/chuncai.js"></script>
<script type="text/javascript">
$.chuncai();
</script>
//<script type="text/javascript" src="/js/src/chuncai.js"></script>
//<script type="text/javascript">
// $.chuncai();
//</script>
</body>
</html>
36 changes: 32 additions & 4 deletions 2014/06/25/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,34 @@
<title> mfc rtti技术(12) | XueCat </title>
</head>

<div id="hexo-helper-live2d">
<canvas id="live2dcanvas" width="150" height="300"></canvas>
</div>
<style>
#live2dcanvas{
position: fixed;
width: 150px;
height: 300px;
opacity:0.7;
left: 0px;
z-index: 999;
pointer-events: none;
bottom: 0px;
}
</style>
<script type="text/javascript" src="/live2d/device.min.js"></script>
<script type="text/javascript">
const loadScript = function loadScript(c,b){var a=document.createElement("script");a.type="text/javascript";"undefined"!=typeof b&&(a.readyState?a.onreadystatechange=function(){if("loaded"==a.readyState||"complete"==a.readyState)a.onreadystatechange=null,b()}:a.onload=function(){b()});a.src=c;document.body.appendChild(a)};
(function(){
if((typeof(device) != 'undefined') && (device.mobile())){
document.getElementById("live2dcanvas").style.width = '75px';
document.getElementById("live2dcanvas").style.height = '150px';
}else
if (typeof(device) === 'undefined') console.error('Cannot find current-device script.');
loadScript("/live2d/script.js", function(){loadlive2d("live2dcanvas", "/live2d/assets/z16.model.json", 0.5);});
})();
</script>

<body itemscope itemtype="//schema.org/WebPage" lang="zh-Hans">


Expand Down Expand Up @@ -828,9 +856,9 @@ <h1 class="post-title" itemprop="name headline">


<script type="text/javascript" src="/js/src/particle.js"></script>
<script type="text/javascript" src="/js/src/chuncai.js"></script>
<script type="text/javascript">
$.chuncai();
</script>
//<script type="text/javascript" src="/js/src/chuncai.js"></script>
//<script type="text/javascript">
// $.chuncai();
//</script>
</body>
</html>
38 changes: 33 additions & 5 deletions 2014/06/25/15/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,34 @@
<title> 框架(15) | XueCat </title>
</head>

<div id="hexo-helper-live2d">
<canvas id="live2dcanvas" width="150" height="300"></canvas>
</div>
<style>
#live2dcanvas{
position: fixed;
width: 150px;
height: 300px;
opacity:0.7;
left: 0px;
z-index: 999;
pointer-events: none;
bottom: 0px;
}
</style>
<script type="text/javascript" src="/live2d/device.min.js"></script>
<script type="text/javascript">
const loadScript = function loadScript(c,b){var a=document.createElement("script");a.type="text/javascript";"undefined"!=typeof b&&(a.readyState?a.onreadystatechange=function(){if("loaded"==a.readyState||"complete"==a.readyState)a.onreadystatechange=null,b()}:a.onload=function(){b()});a.src=c;document.body.appendChild(a)};
(function(){
if((typeof(device) != 'undefined') && (device.mobile())){
document.getElementById("live2dcanvas").style.width = '75px';
document.getElementById("live2dcanvas").style.height = '150px';
}else
if (typeof(device) === 'undefined') console.error('Cannot find current-device script.');
loadScript("/live2d/script.js", function(){loadlive2d("live2dcanvas", "/live2d/assets/z16.model.json", 0.5);});
})();
</script>

<body itemscope itemtype="//schema.org/WebPage" lang="zh-Hans">


Expand Down Expand Up @@ -349,7 +377,7 @@ <h1 class="post-title" itemprop="name headline">

<div class="post-gallery-row">
<a class="post-gallery-img fancybox"
href="/picture/q1.jpg" rel="gallery_cjd1pukfe004tpws96wl7kn59"
href="/picture/q1.jpg" rel="gallery_cjdfjrweh005508s971dcecpm"
itemscope itemtype="//schema.org/ImageObject" itemprop="url">
<img src="/picture/q1.jpg" itemprop="contentUrl"/>
</a>
Expand Down Expand Up @@ -842,9 +870,9 @@ <h1 class="post-title" itemprop="name headline">


<script type="text/javascript" src="/js/src/particle.js"></script>
<script type="text/javascript" src="/js/src/chuncai.js"></script>
<script type="text/javascript">
$.chuncai();
</script>
//<script type="text/javascript" src="/js/src/chuncai.js"></script>
//<script type="text/javascript">
// $.chuncai();
//</script>
</body>
</html>
36 changes: 32 additions & 4 deletions 2014/06/25/16/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,34 @@
<title> more effective c++处理时事新闻,内容有文字,图形构成(16) | XueCat </title>
</head>

<div id="hexo-helper-live2d">
<canvas id="live2dcanvas" width="150" height="300"></canvas>
</div>
<style>
#live2dcanvas{
position: fixed;
width: 150px;
height: 300px;
opacity:0.7;
left: 0px;
z-index: 999;
pointer-events: none;
bottom: 0px;
}
</style>
<script type="text/javascript" src="/live2d/device.min.js"></script>
<script type="text/javascript">
const loadScript = function loadScript(c,b){var a=document.createElement("script");a.type="text/javascript";"undefined"!=typeof b&&(a.readyState?a.onreadystatechange=function(){if("loaded"==a.readyState||"complete"==a.readyState)a.onreadystatechange=null,b()}:a.onload=function(){b()});a.src=c;document.body.appendChild(a)};
(function(){
if((typeof(device) != 'undefined') && (device.mobile())){
document.getElementById("live2dcanvas").style.width = '75px';
document.getElementById("live2dcanvas").style.height = '150px';
}else
if (typeof(device) === 'undefined') console.error('Cannot find current-device script.');
loadScript("/live2d/script.js", function(){loadlive2d("live2dcanvas", "/live2d/assets/z16.model.json", 0.5);});
})();
</script>

<body itemscope itemtype="//schema.org/WebPage" lang="zh-Hans">


Expand Down Expand Up @@ -852,9 +880,9 @@ <h1 class="post-title" itemprop="name headline">


<script type="text/javascript" src="/js/src/particle.js"></script>
<script type="text/javascript" src="/js/src/chuncai.js"></script>
<script type="text/javascript">
$.chuncai();
</script>
//<script type="text/javascript" src="/js/src/chuncai.js"></script>
//<script type="text/javascript">
// $.chuncai();
//</script>
</body>
</html>
36 changes: 32 additions & 4 deletions 2014/06/25/24/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,34 @@
<title> 消息自定义(24) | XueCat </title>
</head>

<div id="hexo-helper-live2d">
<canvas id="live2dcanvas" width="150" height="300"></canvas>
</div>
<style>
#live2dcanvas{
position: fixed;
width: 150px;
height: 300px;
opacity:0.7;
left: 0px;
z-index: 999;
pointer-events: none;
bottom: 0px;
}
</style>
<script type="text/javascript" src="/live2d/device.min.js"></script>
<script type="text/javascript">
const loadScript = function loadScript(c,b){var a=document.createElement("script");a.type="text/javascript";"undefined"!=typeof b&&(a.readyState?a.onreadystatechange=function(){if("loaded"==a.readyState||"complete"==a.readyState)a.onreadystatechange=null,b()}:a.onload=function(){b()});a.src=c;document.body.appendChild(a)};
(function(){
if((typeof(device) != 'undefined') && (device.mobile())){
document.getElementById("live2dcanvas").style.width = '75px';
document.getElementById("live2dcanvas").style.height = '150px';
}else
if (typeof(device) === 'undefined') console.error('Cannot find current-device script.');
loadScript("/live2d/script.js", function(){loadlive2d("live2dcanvas", "/live2d/assets/z16.model.json", 0.5);});
})();
</script>

<body itemscope itemtype="//schema.org/WebPage" lang="zh-Hans">


Expand Down Expand Up @@ -840,9 +868,9 @@ <h1 class="post-title" itemprop="name headline">


<script type="text/javascript" src="/js/src/particle.js"></script>
<script type="text/javascript" src="/js/src/chuncai.js"></script>
<script type="text/javascript">
$.chuncai();
</script>
//<script type="text/javascript" src="/js/src/chuncai.js"></script>
//<script type="text/javascript">
// $.chuncai();
//</script>
</body>
</html>
36 changes: 32 additions & 4 deletions 2014/06/26/if-change/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,34 @@
<title> if-change | XueCat </title>
</head>

<div id="hexo-helper-live2d">
<canvas id="live2dcanvas" width="150" height="300"></canvas>
</div>
<style>
#live2dcanvas{
position: fixed;
width: 150px;
height: 300px;
opacity:0.7;
left: 0px;
z-index: 999;
pointer-events: none;
bottom: 0px;
}
</style>
<script type="text/javascript" src="/live2d/device.min.js"></script>
<script type="text/javascript">
const loadScript = function loadScript(c,b){var a=document.createElement("script");a.type="text/javascript";"undefined"!=typeof b&&(a.readyState?a.onreadystatechange=function(){if("loaded"==a.readyState||"complete"==a.readyState)a.onreadystatechange=null,b()}:a.onload=function(){b()});a.src=c;document.body.appendChild(a)};
(function(){
if((typeof(device) != 'undefined') && (device.mobile())){
document.getElementById("live2dcanvas").style.width = '75px';
document.getElementById("live2dcanvas").style.height = '150px';
}else
if (typeof(device) === 'undefined') console.error('Cannot find current-device script.');
loadScript("/live2d/script.js", function(){loadlive2d("live2dcanvas", "/live2d/assets/z16.model.json", 0.5);});
})();
</script>

<body itemscope itemtype="//schema.org/WebPage" lang="zh-Hans">


Expand Down Expand Up @@ -820,9 +848,9 @@ <h1 class="post-title" itemprop="name headline">


<script type="text/javascript" src="/js/src/particle.js"></script>
<script type="text/javascript" src="/js/src/chuncai.js"></script>
<script type="text/javascript">
$.chuncai();
</script>
//<script type="text/javascript" src="/js/src/chuncai.js"></script>
//<script type="text/javascript">
// $.chuncai();
//</script>
</body>
</html>
Loading

0 comments on commit e0fcfdf

Please sign in to comment.