Added mermaid language support

This commit is contained in:
2025-11-04 22:58:36 +08:00
parent 689b0d5d14
commit e9b6fef3cd
87 changed files with 4359 additions and 27 deletions

View File

@@ -59,3 +59,8 @@ func (ts *TrayService) ShowWindow() {
func (ts *TrayService) MinimizeButtonClicked() {
ts.windowHelper.MinimiseMainWindow()
}
// AutoShowHide 自动显示/隐藏主窗口
func (ts *TrayService) AutoShowHide() {
ts.windowHelper.AutoShowMainWindow()
}