Skip to content

Commit 67994e0

Browse files
committed
更新说明。
1 parent 1dd3089 commit 67994e0

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

HelpForm.cs

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,11 @@ private static string GetHelpHtml_TW(Version version) {
214214
<h2>📦 OmenSuperHub v{Assembly.GetExecutingAssembly().GetName().Version} 更新說明</h2>
215215
<div class='update-list'>
216216
<p><strong>新增:</strong></p>
217-
<li>✨ 浮窗顯示功能支援多顯示器,新增顯示器選擇選單</li>
218-
<li>✨ 風扇配置選單增加高溫自動保護選項,控制是否在溫度過高時取消固定轉速</li>
219-
<li>✨ 將硬體監控設定納入自訂預設控制範圍</li>
217+
<li>✨ 新增最大幀率選單,0~1000 FPS可調</li>
220218
<p><strong>優化:</strong></p>
221-
<li>⚡ 將浮窗顯示的字號設定改為滑桿操作並擴展上限至72號</li>
222-
<li>⚡ 使用WebBrowser美化幫助頁面</li>
219+
<li>⚡ 關閉幫助頁面後釋放記憶體佔用</li>
223220
<p><strong>修復:</strong></p>
224-
<li>🐛 切換語言後選單狀態重設為預設值的問題</li>
225-
<li>🐛 本機資訊中顯示卡片清單可能辨識到虛擬顯示器的問題</li>
221+
<li>🐛 幫助頁面開啟時觸發彈窗將導致卡死的問題</li>
226222
</div>
227223
228224
<p>本專案已開源至 Github:<a href='https://github.com/breadeding/OmenSuperHub'>https://github.com/breadeding/OmenSuperHub</a></p>
@@ -281,15 +277,11 @@ private static string GetHelpHtml_EN(Version version) {
281277
<h2>📦 OmenSuperHub v{Assembly.GetExecutingAssembly().GetName().Version} Changelog</h2>
282278
<div class='update-list'>
283279
<p><strong>New Features:</strong></p>
284-
<li>✨ Floating window display now supports multi-monitor setups; added a monitor selection menu</li>
285-
<li>✨ Added an ""Auto-protection at High Temperatures"" option to the fan configuration menu, allowing users to toggle whether fixed fan speeds are overridden when temperatures get too high</li>
286-
<li>✨ Included hardware monitoring settings in the custom preset controls</li>
280+
<li>✨ Added a maximum frame rate menu; adjustable from 0 to 1000 FPS</li>
287281
<p><strong>Optimizations:</strong></p>
288-
<li>⚡ Changed the floating window font size setting to a slider control and increased the maximum size to 72</li>
289-
<li>⚡ Enhanced the help page appearance using the WebBrowser component</li>
282+
<li>⚡ Memory is now released after closing the Help page</li>
290283
<p><strong>Fixes:</strong></p>
291-
<li>🐛 Fixed an issue where menu states would reset to default values ​​after changing the language</li>
292-
<li>🐛 Fixed an issue where virtual displays might be detected in the graphics card list within system information</li>
284+
<li>🐛 Fixed an issue where triggering a pop-up while the Help page was open caused the application to freeze</li>
293285
</div>
294286
295287
<p>This project is open-source on Github: <a href='https://github.com/breadeding/OmenSuperHub'>https://github.com/breadeding/OmenSuperHub</a></p>

0 commit comments

Comments
 (0)