feat: allow ignoring current update prompt

This commit is contained in:
QLHazyCoder
2026-05-03 17:29:31 +08:00
parent 61e9b40d85
commit 75ad637ccd
6 changed files with 154 additions and 2 deletions
+7
View File
@@ -511,6 +511,13 @@ header {
gap: 4px;
}
.update-card-actions {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 8px;
}
.update-card-version {
font-size: 14px;
font-weight: 700;