Skip to content

Commit a3b0913

Browse files
committed
图像更新
1 parent 75890c5 commit a3b0913

File tree

13 files changed

+1
-463
lines changed

13 files changed

+1
-463
lines changed

CHMLFRP_UI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@ def initUI(self):
31563156
icon_pixmap = QPixmap(get_absolute_path("favicon-d.ico"))
31573157
if not icon_pixmap.isNull():
31583158
# 将图标缩放到24x24像素,保持纵横比
3159-
icon_pixmap = icon_pixmap.scaled(24, 24, Qt.AspectRatioMode.KeepAspectRatio,
3159+
icon_pixmap = icon_pixmap.scaled(25, 25, Qt.AspectRatioMode.KeepAspectRatio,
31603160
Qt.TransformationMode.SmoothTransformation)
31613161
icon_label.setPixmap(icon_pixmap)
31623162
else:

chaoji下载器.py

Lines changed: 0 additions & 462 deletions
This file was deleted.

favicon-d.ico

68 KB
Binary file not shown.

favicon.ico

-488 KB
Binary file not shown.

原始图像/favicon-d.ico

2.66 MB
Binary file not shown.

原始图像/favicon-d.png

-1.97 MB
Binary file not shown.

原始图像/favicon.ico

3.7 MB
Binary file not shown.

原始图像/favicon.png

-1.94 MB
Binary file not shown.

原始图像/无底/favicon-d.png

2.31 MB
Loading

原始图像/有底/favicon.png

2.57 MB
Loading

0 commit comments

Comments
 (0)