diff --git a/README.md b/README.md index f8c3f66..44cb99e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Add Live2D widget to web page. ## Demo 在[米米的博客](https://zhangshuqiao.org)的左下角可查看效果。 -![](screenshot.png) +![](screenshot-1.png) +![](screenshot-2.png) +![](screenshot-3.png) ## 依赖 Dependencies 本插件需要jQuery和font-awesome支持,请确保它们已在页面中加载,例如在``中加入: diff --git a/screenshot.png b/screenshot-1.png similarity index 100% rename from screenshot.png rename to screenshot-1.png diff --git a/screenshot-2.png b/screenshot-2.png new file mode 100644 index 0000000..542ed43 Binary files /dev/null and b/screenshot-2.png differ diff --git a/screenshot-3.png b/screenshot-3.png new file mode 100644 index 0000000..6283424 Binary files /dev/null and b/screenshot-3.png differ diff --git a/waifu-tips.js b/waifu-tips.js index 03cc412..b9f8171 100755 --- a/waifu-tips.js +++ b/waifu-tips.js @@ -73,7 +73,7 @@ function initWidget(waifuPath, apiPath) { document.body.appendChild(s); s.src = "https://galaxymimi.com/js/asteroids.js"; }); - $("#waifu-tool .fa-user-circle-o").click(function() { + $("#waifu-tool .fa-user-circle").click(function() { loadOtherModel(); }); $("#waifu-tool .fa-street-view").click(function() { diff --git a/waifu-tips.json b/waifu-tips.json index 17d6dcb..e5526a4 100755 --- a/waifu-tips.json +++ b/waifu-tips.json @@ -12,7 +12,7 @@ "selector": "#waifu-tool .fa-paper-plane", "text": ["要不要来玩飞机大战?", "这个按钮上写着“不要点击”。", "怎么,你想来和我玩个游戏?", "听说这样可以蹦迪!"] }, { - "selector": "#waifu-tool .fa-user-circle-o", + "selector": "#waifu-tool .fa-user-circle", "text": ["要见见我的姐姐嘛?", "要切换看板娘吗?"] }, { "selector": "#waifu-tool .fa-street-view",