diff --git a/siyuan/topbar.ts b/siyuan/topbar.ts index 7678b644..c7bbe89a 100644 --- a/siyuan/topbar.ts +++ b/siyuan/topbar.ts @@ -173,16 +173,26 @@ export class Topbar { }, }) - // 常规发布 + // 批量分发 menu.addSeparator() menu.addItem({ - iconHTML: icons.iconPen, + iconHTML: `iconMove`, label: this.pluginInstance.i18n.batchSync, click: () => { this.widgetInvoke.showPublisherPublishDialog() }, }) + // 常规发布 + menu.addSeparator() + menu.addItem({ + iconHTML: icons.iconPen, + label: this.pluginInstance.i18n.publishNormal, + click: () => { + // this.widgetInvoke.showPublisherPublishDialog() + }, + }) + // 扩展功能 menu.addSeparator() menu.addItem({