[GH-ISSUE #4054] 初始启动页面的logo支持自定义或者设置静态图片吗? #2804

Closed
opened 2026-02-27 00:54:19 +03:00 by kerem · 2 comments
Owner

Originally created by @sailcom on GitHub (Sep 16, 2025).
Original GitHub issue: https://github.com/electerm/electerm/issues/4054

What feature you'd like to see or proposal(期望什么新功能/特性或者建议)

因为电脑配置比较低,之前的版本在打开之后会比较卡。
比较怀疑是因为启动页面的那个动画导致的。
所以我想可否自定义logo(图片/文字),或者增加一个将动态图案设置为静态的开关。
只是一个想法啊,仅供参考。

btw,升级2.1.16版本后,发现在低配系统上使用的流畅度要比之前好很多了~
大佬辛苦~~😊

Image
Originally created by @sailcom on GitHub (Sep 16, 2025). Original GitHub issue: https://github.com/electerm/electerm/issues/4054 ### What feature you'd like to see or proposal(期望什么新功能/特性或者建议) 因为电脑配置比较低,之前的版本在打开之后会比较卡。 比较怀疑是因为启动页面的那个动画导致的。 所以我想可否自定义logo(图片/文字),或者增加一个将动态图案设置为静态的开关。 只是一个想法啊,仅供参考。 btw,升级2.1.16版本后,发现在低配系统上使用的流畅度要比之前好很多了~ 大佬辛苦~~😊 <img width="1197" height="855" alt="Image" src="https://github.com/user-attachments/assets/203f0f63-9c61-4a97-aa94-ecadc6df9209" />
kerem 2026-02-27 00:54:19 +03:00
Author
Owner

@zxdong262 commented on GitHub (Sep 16, 2025):

感谢反馈,可以试试在设置->自定义css里加入

.morph-shape {
  animation: none !important;
  transition: none !important;
}

看看有没有效果

<!-- gh-comment-id:3296632082 --> @zxdong262 commented on GitHub (Sep 16, 2025): 感谢反馈,可以试试在设置->自定义css里加入 ```css .morph-shape { animation: none !important; transition: none !important; } ``` 看看有没有效果
Author
Owner

@sailcom commented on GitHub (Sep 16, 2025):

感谢反馈,可以试试在设置->自定义css里加入

.morph-shape {
animation: none !important;
transition: none !important;
}
看看有没有效果

感谢大佬!有效果,而且非常明显!!!


在添加css之前,我录制了一段对比视频,下面是具体的对比数据。
(因为是录完屏才看到您的解决方案,所以,添加css之后的数据没有录屏)

CPU占用情况对比

时间 状态 CPU范围 内存范围
0s至1min 不打开标签页,只显示首页logo(未添加自定义css) 4.3%-14.4% ⬆️ 约233MB
1min至1min45s 打开一个本地标签,不显示logo(未添加自定义css) 1.3%-6.8% 😊 270-275MB
1min45s至结束 关闭本地标签页,重新显示logo(未添加自定义css) 4.9%-14.4% ⬆️ 约235MB
(追加)无录屏 添加自定义css后,显示首页logo 1.2%-5.3% 👍 约210MB

对比录屏(添加css后未录屏)

https://github.com/user-attachments/assets/d531441d-9cc6-4c22-a350-89e698354945

<!-- gh-comment-id:3296938052 --> @sailcom commented on GitHub (Sep 16, 2025): > 感谢反馈,可以试试在设置->自定义css里加入 > > .morph-shape { > animation: none !important; > transition: none !important; > } > 看看有没有效果 ### 感谢大佬!有效果,而且非常明显!!! --- 在添加css之前,我录制了一段对比视频,下面是具体的对比数据。 (因为是录完屏才看到您的解决方案,所以,添加css之后的数据没有录屏) ### CPU占用情况对比 | 时间 | 状态 | CPU范围 | 内存范围 | | ------------ | ---------------- | ---------- | --------- | | 0s至1min | 不打开标签页,只显示首页logo(未添加自定义css) | 4.3%-14.4% ⬆️ | 约233MB | | 1min至1min45s | 打开一个本地标签,不显示logo(未添加自定义css) | 1.3%-6.8% 😊 | 270-275MB | | 1min45s至结束 | 关闭本地标签页,重新显示logo(未添加自定义css) | 4.9%-14.4% ⬆️ | 约235MB | | (追加)无录屏 | **添加自定义css后**,显示首页logo | **1.2%-5.3%** 👍 | 约210MB | ### 对比录屏(添加css后未录屏) https://github.com/user-attachments/assets/d531441d-9cc6-4c22-a350-89e698354945
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#2804
No description provided.