auto-save 2026-04-24 01:12 (+1, ~2)

This commit is contained in:
2026-04-24 01:12:29 +08:00
parent 47c45e36dd
commit 71ad32f946
3 changed files with 29 additions and 0 deletions

View File

@@ -188,6 +188,27 @@
"message": "auto-save 2026-04-24 01:01 (~1)",
"hash": "738b0db",
"files_changed": 1
},
{
"ts": "2026-04-24T01:07:02+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 01:06 (~1)",
"hash": "e034d29",
"files_changed": 1
},
{
"ts": "2026-04-24T01:07:32+08:00",
"type": "commit",
"message": "fix: grid minmax 260→220 避免 1200 viewport 下卡片溢出",
"hash": "b75961e",
"files_changed": 1
},
{
"ts": "2026-04-24T01:10:11+08:00",
"type": "commit",
"message": "chore: gitignore playwright QA 产物",
"hash": "47c45e3",
"files_changed": 1
}
]
}

View File

@@ -1,6 +1,7 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY anime.umd.min.js /usr/share/nginx/html/anime.umd.min.js
RUN printf 'server {\n\
listen 80;\n\

7
anime.umd.min.js vendored Normal file

File diff suppressed because one or more lines are too long