# MyLive2d **Repository Path**: day0stack/my-live2d ## Basic Information - **Project Name**: MyLive2d - **Description**: live2d 的二次开发 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-05-15 - **Last Updated**: 2021-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My Live2d ## 特性 在网页中添加看板娘。 **警告:本项目使用了大量 ES6 语法,不支持 IE 11 等老旧浏览器。** **WARNING: This project does not support legacy browsers such as IE 11.** ## 改动 去掉了 Font Awesome 插件的依赖,源项目中需要依赖此插件,根据自己的需要进行更改。 ## 示例 Demo 在[米米的博客](https://zhangshuqiao.org)的左下角可查看效果。 ## 使用 Usage 将代码插入
中, ```xml ``` ## 目录结构 Files - `live2d.tips.js` 包含了会话框与模型加载的逻辑 - `load.js` 包含了异步加载文件的逻辑 - `demo.css` 包含了看板娘的样式表 ## 更多 More 更多内容可以参考: https://imjad.cn/archives/lab/add-dynamic-poster-girl-with-live2d-to-your-blog-02 https://github.com/xiazeyu/live2d-widget.js https://github.com/summerscar/live2dDemo 关于后端 API 模型: https://github.com/fghrsh/live2d_api https://github.com/xiazeyu/live2d-widget-models https://github.com/xiaoski/live2d_models_collection 除此之外,还有桌面版本: https://github.com/amorist/platelet https://github.com/akiroz/Live2D-Widget https://github.com/zenghongtu/PPet https://github.com/LikeNeko/L2dPetForMac 以及 Wallpaper Engine: https://github.com/guansss/nep-live2d ## 更新 Update 2018年10月31日,由 fghrsh 提供的原 API 停用,请更新至新地址。参考文章: https://www.fghrsh.net/post/170.html 2020年1月1日起,本项目不再依赖于 jQuery。