feat: Implement main application GUI with tabbed interface, add seed database, and enhance image path resolution.

This commit is contained in:
kiyreload27
2025-12-31 23:35:44 +00:00
parent 040f8396dd
commit 1207a62437
4 changed files with 109 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ This file is the single source of truth for the application version.
"""
# Semantic versioning: MAJOR.MINOR.PATCH
VERSION: str = "13.0.2"
VERSION: str = "13.0.3"
# Application metadata
APP_NAME: str = "UmamusumeCardManager"