mirror of
https://github.com/yuruotong1/autoMate.git
synced 2026-03-22 13:07:17 +08:00
更新资源文件
This commit is contained in:
@@ -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
|
||||
@@ -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")
|
||||
|
||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user