如果您看到这篇文章,表示您的 blog 已经安装成功.

如果您看到这篇文章

如果您看到这篇文章

如果您看到这篇文章

如果您看到这篇文章

内容 1
内容 2

12212

这里编辑收缩框内容

  1. 列表项目
  2. 列表项目
  3. 列表项目
let tags = document.querySelectorAll("#tag_cloud-2 a");
let infos = document.querySelectorAll(".badge");
let colorArr = ["#428BCA", "#AEDCAE", "#ECA9A7", "#DA99FF", "#FFB380", "#D9B999"];
tags.forEach(tag => {
tagsColor = colorArr[Math.floor(Math.random() * colorArr.length)];
tag.style.backgroundColor = tagsColor;
});
infos.forEach(info => {
infosColor = colorArr[Math.floor(Math.random() * colorArr.length)];
info.style.backgroundColor = infosColor;
});
````
最后修改:2025 年 11 月 30 日
如果觉得我的文章对你有用,请随意赞赏
END
本文作者:
文章标题:欢迎使用 Typecho
本文地址:https://www.efonpro.com/archives/1/
版权说明:若无注明,本文皆壹方PRO原创,转载请保留文章出处。