mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve history database index https://github.com/siyuan-note/siyuan/issues/8506
This commit is contained in:
parent
eb941b36e4
commit
073af9a310
9 changed files with 16 additions and 8 deletions
|
@ -90,6 +90,7 @@ const (
|
|||
DatabaseIndexFix = "task.database.index.fix" // 数据库索引订正
|
||||
OCRImage = "task.ocr.image" // 图片 OCR 提取文本
|
||||
HistoryGenerateDoc = "task.history.generateDoc" // 生成文件历史
|
||||
HistoryDatabaseIndexFull = "task.history.database.index.full" // 历史数据库重建索引
|
||||
HistoryDatabaseIndexCommit = "task.history.database.index.commit" // 历史数据库索引提交
|
||||
DatabaseIndexEmbedBlock = "task.database.index.embedBlock" // 数据库索引嵌入块
|
||||
ReloadUI = "task.reload.ui" // 重载 UI
|
||||
|
@ -103,6 +104,7 @@ var uniqueActions = []string{
|
|||
DatabaseIndexCommit,
|
||||
OCRImage,
|
||||
HistoryGenerateDoc,
|
||||
HistoryDatabaseIndexFull,
|
||||
HistoryDatabaseIndexCommit,
|
||||
DatabaseIndexEmbedBlock,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue