Update docs

This commit is contained in:
Mimi 2019-12-29 00:52:13 +08:00
parent 6fd4ed5b07
commit 3f4311c0ac
2 changed files with 5 additions and 9 deletions

View File

@ -99,7 +99,7 @@ https://www.example.com/path/to/live2d-widget/
源文件是对 Hexo 的 NexT 主题有效的,为了适用于你自己的网页,可能需要自行修改,或增加新内容。 源文件是对 Hexo 的 NexT 主题有效的,为了适用于你自己的网页,可能需要自行修改,或增加新内容。
**警告:作者不对包括但不限于 `waifu-tips.json``waifu-tips.js` 文件中的内容负责,请自行确保它们是合适的。** **警告:作者不对包括但不限于 `waifu-tips.json``waifu-tips.js` 文件中的内容负责,请自行确保它们是合适的。**
如果有任何疑问,欢迎提 Issue。如果有任何修改建议欢迎提 PR。 如果有任何疑问,欢迎提 Issue。如果有任何修改建议欢迎提 Pull Request
## 鸣谢 Credits ## 鸣谢 Credits
@ -110,7 +110,6 @@ Thanks to BrowserStack for allowing us to test this project in real browsers.
代码自这篇博文魔改而来: 代码自这篇博文魔改而来:
https://www.fghrsh.net/post/123.html https://www.fghrsh.net/post/123.html
相比初始的版本,这个仓库增加了一些功能,并优化了提示展现机制。
点击看板娘的纸飞机按钮时,会出现一个彩蛋,这来自于 [WebsiteAsteroids](http://www.websiteasteroids.com)。 点击看板娘的纸飞机按钮时,会出现一个彩蛋,这来自于 [WebsiteAsteroids](http://www.websiteasteroids.com)。
@ -144,7 +143,4 @@ https://github.com/akiroz/Live2D-Widget
Released under the GNU General Public License v3 Released under the GNU General Public License v3
http://www.gnu.org/licenses/gpl-3.0.html http://www.gnu.org/licenses/gpl-3.0.html
## 更新 Update 本仓库中涉及的所有 Live2D 模型、图片、动作数据等版权均属于其原作者,仅供研究学习,不得用于商业用途。
2018年10月31日由 fghrsh 提供的原 API 停用,请更新至新地址。参考文章:
https://www.fghrsh.net/post/170.html

View File

@ -32,8 +32,8 @@ Promise.all([
]).then(() => { ]).then(() => {
initWidget(live2d_path + "waifu-tips.json", "https://live2d.fghrsh.net/api"); initWidget(live2d_path + "waifu-tips.json", "https://live2d.fghrsh.net/api");
}); });
// initWidget 第一个参数为 waifu-tips.json 的路径,第二个参数为 api 地址 // initWidget 第一个参数为 waifu-tips.json 的路径,第二个参数为 API 地址
// api 后端可自行搭建,参考 https://github.com/fghrsh/live2d_api // API 后端可自行搭建,参考 https://github.com/fghrsh/live2d_api
// 初始化看板娘会自动加载指定目录下的 waifu-tips.json // 初始化看板娘会自动加载指定目录下的 waifu-tips.json
console.log(` console.log(`