修改配色 & 静态资源 & 软件名

This commit is contained in:
2025-05-28 23:04:53 +08:00
parent 735a8e9a51
commit 75750180cc
12 changed files with 766 additions and 17 deletions

6
ui/pyui/picker_ui.py Normal file
View File

@@ -0,0 +1,6 @@
from ui.components.widget import Widget
class PickerWidget(Widget):
def __init__(self, key: str, parent=None):
super().__init__(key, parent)