feat: Add main application window with tabbed interface and initial seed database.

This commit is contained in:
kiyreload27
2026-01-03 01:13:22 +00:00
parent ebc0f132db
commit d8e4dd909d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -214,7 +214,7 @@ class MainWindow:
tk.Label( tk.Label(
status_frame, status_frame,
text="Made by Kiyreload │ ", text="VibeCoded by Kiyreload │ ",
font=FONT_SMALL, font=FONT_SMALL,
bg=BG_MEDIUM, bg=BG_MEDIUM,
fg=ACCENT_TERTIARY fg=ACCENT_TERTIARY

View File

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