Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Nov 11, 2017
1 parent 7e80cae commit f9f535e
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 69 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js.map

Large diffs are not rendered by default.

20 changes: 1 addition & 19 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8" />
<title>live2d</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
<div id="app">
<canvas id="glcanvas" width="680" height="940"
style="border:dashed 1px #CCC">
</canvas>
</div>
<script type="text/javascript" src="bundle.js?d20b8d3fcd0215216d39"></script></body>

</html>
<!DOCTYPE html><html><head><meta charset="UTF-8" /><title>live2d</title><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"></head><body><div id="app"><canvas id="glcanvas" width="680" height="940" style="border:dashed 1px #CCC"></canvas></div><script type="text/javascript" src="bundle.js?45e728bf5020c153ce49"></script></body></html>
77 changes: 48 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-helper-live2d",
"version": "2.1.2",
"version": "2.1.3",
"description": "为你的hexo添加色气满满的live2d吧!",
"main": "./index.js",
"devDependencies": {
Expand Down
20 changes: 1 addition & 19 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8" />
<title>live2d</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
<div id="app">
<canvas id="glcanvas" width="680" height="940"
style="border:dashed 1px #CCC">
</canvas>
</div>
</body>

</html>
<!DOCTYPE html><html><head><meta charset="UTF-8" /><title>live2d</title><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"></head><body><div id="app"><canvas id="glcanvas" width="680" height="940" style="border:dashed 1px #CCC"></canvas></div></body></html>

0 comments on commit f9f535e

Please sign in to comment.