更新主题

This commit is contained in:
DefectingCat
2020-11-11 21:33:59 +08:00
parent e06b5eb49a
commit 5fbba6c37b
134 changed files with 641 additions and 6828 deletions

View File

@ -6,6 +6,6 @@ $(document).ready(function () {
});
// 失焦时添加回来
$("#comments").on("blur", ".v[data-class=v] .vwrap .vedit", function () {
$(this).animate({"background-size":"20%"});
$(this).animate({"background-size":"15%"});
});
});