如何在博客园首页设置卡通人物

原文:https://blog.csdn.net/longyanchen/article/details/100672290

第一步:点击管理


第二步:点击设置,然后添加代码,保存


在本页面,找到博客侧边栏公告(支持HTML代码)(支持JS代码)

 

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/live2d-widget@3.0.4/lib/L2Dwidget.min.js"></script>
<script>
L2Dwidget.init();
</script>
</body>
</html>
然后保存一下

 

 第三步:卡通人物显示效果

————————————————
版权声明:本文为CSDN博主「chenyanlong_v」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/longyanchen/article/details/100672290

posted @ 2020-03-26 13:49  鳳舞九天  阅读(735)  评论(0)    收藏  举报