文章参考自 https://thirdshire.com/hugo-stack-renovation/
显示效果
解决方案
1<!-- Add blog running time -->
2本博客已稳定运行
3<span id="runningdays" class="running-days"></span>
4<script>
5let s1 = '2024-3-18'; //website start date
6s1 = new Date(s1.replace(/-/g, "/"));
7let s2 = new Date();
8let timeDifference = s2.getTime() - s1.getTime();
9
10let days = Math.floor(timeDifference / (1000 * 60 * 60 * 24));
11let hours = Math.floor((timeDifference % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
12let minutes = Math.floor((timeDifference % (1000 * 60 * 60)) / (1000 * 60));
13
14let result = days + "天" + hours + "小时" + minutes + "分钟";
15document.getElementById('runningdays').innerHTML = result;
16</script>
17<br>
FEATURED TAGS
ai
a记录
branch
b站
chroma style gallery
cname
copy
dns
drawio
fancybox
fuse
giscus
git
git bug
github
githubpages
gitignore
gpt
html
hugo
jmeter
knn
lastmod
mark
mermaid
pages
python
reset
shortcodes
sqlite
ssh
svm
typora
vue3
windows
万历十五年
人工智能
代码块
代码漏洞
代码高亮
优化
冷笑话
分支
刘慈欣
博客搭建
博客改造
图片放大
域名
增加新页面
大模型
天气预报
字体
字数统计
快捷键
性能测试
悉达多
折叠
拐点
搜索
李娟
标记
流程图
深度学习
灯箱
热力图
爱的艺术
白盒扫描
短代码
神经网络与深度学习
脚本
自定义
视频
访问量
评论
进度条
阅读笔记
随机浏览