更新资源文件

This commit is contained in:
yuruo
2024-04-10 21:04:06 +08:00
parent c857c6a703
commit 92dd32c121
4 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,3 @@
pyinstaller -D -w main.py --add-data=pages/*.ui:pages
pyinstaller -D -w main.py --add-data=pages/*.ui:pages --add-data=source/*:source
move dist/main/_internal/pages dist/main/pages
move dist/main/_internal/source dist/main/source

View File

@@ -103,7 +103,7 @@ class ChatPage(BasePage):
v_box = QtWidgets.QVBoxLayout(widget)
h_box = QtWidgets.QHBoxLayout()
if role == "system":
role_pic = QtUtil.get_icon("github", "logo.png")
role_pic = QtUtil.get_icon("logo.png")
role_name = "智子"
else:
role_pic = QtUtil.get_icon("vip.png")

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB