feat(gallery): add last update time info to card footers

Enhance generator gallery by displaying the time difference since the last update in the footer by each card. This information is obtained from the GitHub API for the specified folders.
This commit is contained in:
lifeadventurer
2023-11-24 20:20:39 +08:00
parent c23565b721
commit 639c1f047f
3 changed files with 78 additions and 10 deletions

View File

@@ -10,4 +10,9 @@ h1 {
.container {
margin-top: 30px;
}
.card-footer {
background-color: #343a40;
color: #adb5bd;
}