feat(about): 添加访问人数统计功能并优化资源引用

- 在页面中新增访问人数统计显示模块
- 引入不蒜子统计脚本以获取访问数据
- 将 MBTI 图片资源引用从外部链接改为本地路径
- 更新 JavaScript 文件以支持新功能渲染
- 调整 CSS 样式以适配新增的统计元素展示
This commit is contained in:
hehh
2025-11-25 15:43:50 +08:00
parent edd878351c
commit 3b81941a48
4 changed files with 16 additions and 1 deletions

View File

@@ -324,6 +324,7 @@ class DataManager {
});
}
renderRepos(list) {
if (!Array.isArray(list)) list = window.SiteConfig?.defaults?.repos;
let html = '';