File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## v0.4.7
44
5+ * [ Improve the dock panel title and tooltips] ( https://github.com/siyuan-note/siyuan/issues/17366 )
6+
57## v0.4.6 2026-03-11
68
79* [ Improve error handling and security for plugin data storage methods] ( https://github.com/siyuan-note/siyuan/pull/16717 )
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export default class PluginSample extends Plugin {
132132 <svg class="block__logoicon"><use xlink:href="#iconEmoji"></use></svg>Custom Dock
133133 </div>
134134 <span class="fn__flex-1 fn__space"></span>
135- <span data-type="min" class="block__icon b3-tooltips b3-tooltips__sw " aria-label="Min ${ adaptHotkey ( "⌘W" ) } "><svg><use xlink:href="#iconMin"></use></svg></span>
135+ <span data-type="min" class="block__icon ariaLabel" data-position="north " aria-label="Min ${ adaptHotkey ( "⌘W" ) } "><svg><use xlink:href="#iconMin"></use></svg></span>
136136 </div>
137137 <div class="fn__flex-1 plugin-sample__custom-dock">
138138 ${ dock . data . text }
You can’t perform that action at this time.
0 commit comments