mirror of
https://github.com/caojiezi2003/live2d-widget.git
synced 2024-11-10 04:49:47 +00:00
Move the ASCII drawing to autoload.js
This commit is contained in:
parent
7b006641a6
commit
2406d0cc52
20
autoload.js
20
autoload.js
@ -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//`ヽ、
|
||||||
|
/ /, /| , , ',
|
||||||
|
イ / /-‐/ i L_ ハ ヽ! i
|
||||||
|
レ ヘ 7イ`ト レ'ァ-ト、!ハ| |
|
||||||
|
!,/7 '0' ´0iソ| |
|
||||||
|
|.从" _ ,,,, / |./ |
|
||||||
|
レ'| i>.、,,__ _,.イ / .i |
|
||||||
|
レ'| | / k_7_/レ'ヽ, ハ. |
|
||||||
|
| |/i 〈|/ i ,.ヘ | i |
|
||||||
|
.|/ / i: ヘ! \ |
|
||||||
|
kヽ>、ハ _,.ヘ、 /、!
|
||||||
|
!'〈//`T´', \ `'7'ーr'
|
||||||
|
レ'ヽL__|___i,___,ンレ|ノ
|
||||||
|
ト-,/ |___./
|
||||||
|
'ー' !_,.:
|
||||||
|
`);
|
||||||
|
@ -1,23 +1,3 @@
|
|||||||
console.log(`
|
|
||||||
く__,.ヘヽ. / ,ー、 〉
|
|
||||||
\ ', !-─‐-i / /´
|
|
||||||
/`ー' L//`ヽ、
|
|
||||||
/ /, /| , , ',
|
|
||||||
イ / /-‐/ i L_ ハ ヽ! i
|
|
||||||
レ ヘ 7イ`ト レ'ァ-ト、!ハ| |
|
|
||||||
!,/7 '0' ´0iソ| |
|
|
||||||
|.从" _ ,,,, / |./ |
|
|
||||||
レ'| i>.、,,__ _,.イ / .i |
|
|
||||||
レ'| | / k_7_/レ'ヽ, ハ. |
|
|
||||||
| |/i 〈|/ i ,.ヘ | i |
|
|
||||||
.|/ / i: ヘ! \ |
|
|
||||||
kヽ>、ハ _,.ヘ、 /、!
|
|
||||||
!'〈//`T´', \ `'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
|
||||||
|
Loading…
Reference in New Issue
Block a user