mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🎨 https://github.com/siyuan-note/siyuan/issues/5066 onLayoutReady
This commit is contained in:
parent
fb6b4e48ca
commit
b898f7b4c7
2 changed files with 13 additions and 5 deletions
|
|
@ -47,6 +47,10 @@ export class Plugin {
|
|||
// 禁用/卸载
|
||||
}
|
||||
|
||||
public onLayoutReady() {
|
||||
// 布局加载完成
|
||||
}
|
||||
|
||||
public addTopBar(options: {
|
||||
icon: string,
|
||||
title: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue