mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🧑💻 Push update block ID event https://github.com/siyuan-note/siyuan/issues/13434
This commit is contained in:
@@ -138,6 +138,7 @@ const (
|
||||
ReloadProtyle = "task.reload.protyle" // 重新加载编辑器
|
||||
SetRefDynamicText = "task.ref.setDynamicText" // 设置引用的动态锚文本
|
||||
SetDefRefCount = "task.def.setRefCount" // 设置定义的引用计数
|
||||
UpdateIDs = "task.update.ids" // 更新 ID
|
||||
PushMsg = "task.push.msg" // 推送消息
|
||||
)
|
||||
|
||||
@@ -157,6 +158,7 @@ var uniqueActions = []string{
|
||||
ReloadProtyle,
|
||||
SetRefDynamicText,
|
||||
SetDefRefCount,
|
||||
UpdateIDs,
|
||||
}
|
||||
|
||||
func ContainIndexTask() bool {
|
||||
|
||||
Reference in New Issue
Block a user