diff --git a/about.html b/about.html index 3e87fc8..39374d0 100644 --- a/about.html +++ b/about.html @@ -150,6 +150,12 @@ -- Followers +
"理想主义与道德感,果断决绝的行动力。深度洞察与创意,关怀与同理心。"
@@ -317,6 +323,10 @@ + + + + diff --git a/css/about.css b/css/about.css index 884bf4c..be3dc08 100644 --- a/css/about.css +++ b/css/about.css @@ -1797,6 +1797,10 @@ body { text-transform: uppercase; } +/* 访问人数统计样式 */ +#visit-count { + font-family: var(--font-mono); +} /* --- Mobile Social --- */ .mobile-social { diff --git a/images/INFJ.png b/images/INFJ.png new file mode 100644 index 0000000..6589e4b Binary files /dev/null and b/images/INFJ.png differ diff --git a/js/about.js b/js/about.js index 79c30a2..c1f7138 100644 --- a/js/about.js +++ b/js/about.js @@ -324,6 +324,7 @@ class DataManager { }); } + renderRepos(list) { if (!Array.isArray(list)) list = window.SiteConfig?.defaults?.repos; let html = '';