Move the ASCII drawing to autoload.js

This commit is contained in:
StevenJoeZhang 2019-07-18 00:04:33 +08:00
parent 7b006641a6
commit 2406d0cc52
2 changed files with 20 additions and 20 deletions

View File

@ -26,3 +26,23 @@ $(window).on("load", function() {
//initWidget第一个参数为waifu-tips.json的路径 //initWidget第一个参数为waifu-tips.json的路径
//第二个参数为api地址无需修改 //第二个参数为api地址无需修改
//api后端可自行搭建参考https://github.com/fghrsh/live2d_api //api后端可自行搭建参考https://github.com/fghrsh/live2d_api
console.log(`
__,.ヘヽ. / ,
', !--i / /´
' L/
/ , /| , , ',
/ /-/ L_ ! i
7 '-!| |
!,/7 '0' ´0i| |
|." _ ,,,, / |./ |
'| i.,,__ _,. / .i |
'| | / k__/レ', . |
| |/i 〈|/ i ,. | i |
.|/ / ! |
kヽ> _,. /!
!'〈//´', '7'ーr'
'ヽL__|___i,___,ンレ|
-,/ |___./
'ー' !_,.:
`);

View File

@ -1,23 +1,3 @@
console.log(`
__,.ヘヽ. / ,
', !--i / /´
' L/
/ , /| , , ',
/ /-/ L_ ! i
7 '-!| |
!,/7 '0' ´0i| |
|." _ ,,,, / |./ |
'| i.,,__ _,. / .i |
'| | / k__/レ', . |
| |/i 〈|/ i ,. | i |
.|/ / ! |
kヽ> _,. /!
!'〈//´', '7'ーr'
'ヽL__|___i,___,ンレ|
-,/ |___./
'ー' !_,.:
`);
/* /*
* https://imjad.cn/archives/lab/add-dynamic-poster-girl-with-live2d-to-your-blog-02 * https://imjad.cn/archives/lab/add-dynamic-poster-girl-with-live2d-to-your-blog-02
* https://www.fghrsh.net/post/123.html * https://www.fghrsh.net/post/123.html