fix: improve panel update system with version.json, git-first updates, and footer version display

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/cce5f75b-a5b6-4b28-8f92-1f8197231a0a

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-01 18:50:42 +00:00 committed by GitHub
parent ba3780931b
commit c0e63b45bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 179 additions and 33 deletions

View file

@ -105,4 +105,11 @@ table.hundred{
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
}
/* GSP version descriptor shown in the panel footer */
.gsp-version-footer {
text-align: center;
font-size: 0.8em;
color: #888;
padding: 4px 0;
}