Skip to content

Commit de8b894

Browse files
committed
deploy: a5e7c49
1 parent 65a8560 commit de8b894

1,035 files changed

Lines changed: 9308 additions & 1034 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

art.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2334,7 +2334,15 @@ <h1><a href="index.html">Free Font 商用免费字体下载</a></h1>
23342334
</span
23352335
>
23362336
</div>
2337-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
2337+
<time id="update-time">上次更新于:加载中...</time>
2338+
<script src="js/last-update.js"></script>
2339+
<script>
2340+
if (window.LAST_UPDATE_DATE) {
2341+
const t = document.getElementById("update-time"),
2342+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
2343+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
2344+
}
2345+
</script>
23382346
</footer>
23392347
</body>
23402348
</html>

details/26FGalaxyHebrew-Black.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,15 @@ <h2>26FGalaxyHebrew-Black字体下载</h2>
670670
</span
671671
>
672672
</div>
673-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
673+
<time id="update-time">上次更新于:加载中...</time>
674+
<script src="../js/last-update.js"></script>
675+
<script>
676+
if (window.LAST_UPDATE_DATE) {
677+
const t = document.getElementById("update-time"),
678+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
679+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
680+
}
681+
</script>
674682
</footer>
675683
</body>
676684
</html>

details/26FGalaxyHebrew-Bold.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,15 @@ <h2>26FGalaxyHebrew-Bold字体下载</h2>
670670
</span
671671
>
672672
</div>
673-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
673+
<time id="update-time">上次更新于:加载中...</time>
674+
<script src="../js/last-update.js"></script>
675+
<script>
676+
if (window.LAST_UPDATE_DATE) {
677+
const t = document.getElementById("update-time"),
678+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
679+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
680+
}
681+
</script>
674682
</footer>
675683
</body>
676684
</html>

details/26FGalaxyHebrew-ExtraBold.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,15 @@ <h2>26FGalaxyHebrew-ExtraBold字体下载</h2>
676676
</span
677677
>
678678
</div>
679-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
679+
<time id="update-time">上次更新于:加载中...</time>
680+
<script src="../js/last-update.js"></script>
681+
<script>
682+
if (window.LAST_UPDATE_DATE) {
683+
const t = document.getElementById("update-time"),
684+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
685+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
686+
}
687+
</script>
680688
</footer>
681689
</body>
682690
</html>

details/26FGalaxyHebrew-Hairline.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,15 @@ <h2>26FGalaxyHebrew-Hairline字体下载</h2>
676676
</span
677677
>
678678
</div>
679-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
679+
<time id="update-time">上次更新于:加载中...</time>
680+
<script src="../js/last-update.js"></script>
681+
<script>
682+
if (window.LAST_UPDATE_DATE) {
683+
const t = document.getElementById("update-time"),
684+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
685+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
686+
}
687+
</script>
680688
</footer>
681689
</body>
682690
</html>

details/26FGalaxyHebrew-Light.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,15 @@ <h2>26FGalaxyHebrew-Light字体下载</h2>
670670
</span
671671
>
672672
</div>
673-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
673+
<time id="update-time">上次更新于:加载中...</time>
674+
<script src="../js/last-update.js"></script>
675+
<script>
676+
if (window.LAST_UPDATE_DATE) {
677+
const t = document.getElementById("update-time"),
678+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
679+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
680+
}
681+
</script>
674682
</footer>
675683
</body>
676684
</html>

details/26FGalaxyHebrew-Medium.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,15 @@ <h2>26FGalaxyHebrew-Medium字体下载</h2>
670670
</span
671671
>
672672
</div>
673-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
673+
<time id="update-time">上次更新于:加载中...</time>
674+
<script src="../js/last-update.js"></script>
675+
<script>
676+
if (window.LAST_UPDATE_DATE) {
677+
const t = document.getElementById("update-time"),
678+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
679+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
680+
}
681+
</script>
674682
</footer>
675683
</body>
676684
</html>

details/26FGalaxyHebrew-Regular.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,15 @@ <h2>26FGalaxyHebrew-Regular字体下载</h2>
673673
</span
674674
>
675675
</div>
676-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
676+
<time id="update-time">上次更新于:加载中...</time>
677+
<script src="../js/last-update.js"></script>
678+
<script>
679+
if (window.LAST_UPDATE_DATE) {
680+
const t = document.getElementById("update-time"),
681+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
682+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
683+
}
684+
</script>
677685
</footer>
678686
</body>
679687
</html>

details/26FGalaxyHebrew-Thin.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,15 @@ <h2>26FGalaxyHebrew-Thin字体下载</h2>
670670
</span
671671
>
672672
</div>
673-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
673+
<time id="update-time">上次更新于:加载中...</time>
674+
<script src="../js/last-update.js"></script>
675+
<script>
676+
if (window.LAST_UPDATE_DATE) {
677+
const t = document.getElementById("update-time"),
678+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
679+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
680+
}
681+
</script>
674682
</footer>
675683
</body>
676684
</html>

details/26FGalaxyHebrew-UltraLight.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,15 @@ <h2>26FGalaxyHebrew-UltraLight字体下载</h2>
676676
</span
677677
>
678678
</div>
679-
<time datetime="5/11/2026">上次更新于:5/11/2026</time>
679+
<time id="update-time">上次更新于:加载中...</time>
680+
<script src="../js/last-update.js"></script>
681+
<script>
682+
if (window.LAST_UPDATE_DATE) {
683+
const t = document.getElementById("update-time"),
684+
e = window.LAST_UPDATE_DATE.toLocaleDateString();
685+
((t.textContent = "上次更新于:" + e), (t.dateTime = e));
686+
}
687+
</script>
680688
</footer>
681689
</body>
682690
</html>

0 commit comments

Comments
 (0)