reorganize resources structure

This commit is contained in:
Julian Freeman
2025-10-18 21:34:45 -04:00
parent 6b0f0130e3
commit 9c33b924d3
4 changed files with 1 additions and 1 deletions

View File

@@ -3,9 +3,9 @@ from PySide6.QtWidgets import QApplication
from PySide6.QtCore import QLocale from PySide6.QtCore import QLocale
from qfluentwidgets import FluentTranslator from qfluentwidgets import FluentTranslator
import resources
from components.main_window import MainWindow from components.main_window import MainWindow
import common.resources
# --- 运行 GUI --- # --- 运行 GUI ---

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB