初始化

This commit is contained in:
lwt
2026-05-08 22:40:53 +08:00
commit 60ebebf226
5 changed files with 455 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const year = document.querySelector("#year");
if (year) {
year.textContent = new Date().getFullYear();
}