Back

博客页面左下角添加抢镜鸟

其实铸币大头也不错。

适用于 Hugo DoIt 主题,效果为博客页面左下角添加抢镜鸟,有一个出现的动画。根据屏幕大小和图片位置,图片大小和透明度不同。

新增于 assets/css/_custom.scss

// 南小鸟
function nxn() {
  const nxn = document.createElement("img");
  // const imgList = ["","1","2","3"];
  // nxn.src = `https://cdn.ftls.xyz/images/2023/08/nxn${imgList[Math.floor(Math.random() * 4)]}.webp`;
  nxn.src = "https://cdn.ftls.xyz/images/2023/08/nxn.webp";
  nxn.className = "nxn";
  nxn.alt = "";
  document.body.appendChild(nxn);
}
js
[博客装修] 2. 左下角添加南小鸟
https://www.ftls.xyz/posts/blog-customization-2/
Author 恐咖兵糖
Published at
Copyright CC BY-NC-SA 4.0