diff --git a/README.md b/README.md index b2c03b6..ac3cc51 100644 --- a/README.md +++ b/README.md @@ -139,12 +139,15 @@ https://github.com/akiroz/Live2D-Widget https://github.com/zenghongtu/PPet https://github.com/LikeNeko/L2dPetForMac +以及 Wallpaper Engine: +https://github.com/guansss/nep-live2d + ## 许可证 License Released under the GNU General Public License v3 http://www.gnu.org/licenses/gpl-3.0.html -本仓库中涉及的所有 Live2D 模型、图片、动作数据等版权均属于其原作者,仅供研究学习,不得用于商业用途。 +本仓库并不包含任何模型,用作展示的所有 Live2D 模型、图片、动作数据等版权均属于其原作者,仅供研究学习,不得用于商业用途。 Live2D 官方网站: https://www.live2d.com/en/ diff --git a/demo/login.html b/demo/login.html index e905c07..57256e4 100755 --- a/demo/login.html +++ b/demo/login.html @@ -66,7 +66,6 @@ body { position: relative; background-color: #999; clip-path: circle(120px at center); - -webkit-clip-path: circle(120px at center); } #cover { position: absolute; @@ -172,7 +171,7 @@ body { window.addEventListener("load", () => { "use strict"; - if (!CSS.supports("clip-path", "circle(120px at center)") && !CSS.supports("-webkit-clip-path", "circle(120px at center)")) { + if (!CSS.supports("clip-path", "circle(120px at center)")) { document.getElementById("stage").innerHTML = ''; return; }