Enhance: APIs related issues (#10782)

* fix(plugins): load unpacked package for the existed plugin

* enhance(plugin): increase timeout time for the plugin handshake

* enhance(api): support option to insert block with auto ordered list

* fix(api): skip empty target for the batch insertion blocks

* fix(api): before option for the batch blocks insertion

* enhance(api): types

* chore: bump minor version

* fix(apis): Empty `payload.uuid` when executing onMacroRendererSlotted inside query table
This commit is contained in:
Charlie
2024-01-16 15:47:56 +08:00
committed by GitHub
parent d20e3ffc19
commit 7db164ab47
11 changed files with 74 additions and 57 deletions

View File

@@ -773,8 +773,8 @@
(when (and (number? end)
;; valid end time
(> end 0)
;; greater than 3s
(> (- end (.-s v)) 3000))
;; greater than 6s
(> (- end (.-s v)) 6000))
v))))
((fn [perfs]
(doseq [perf perfs]