Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-02-06 09:45:21 +08:00
commit 6fb15f9d45
3 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Below are the detailed changes in this version.
* [Doc icon dialog can't open if using the custom emoji](https://github.com/siyuan-note/siyuan/issues/10280)
* [Unable to delete table block before database block](https://github.com/siyuan-note/siyuan/issues/10284)
* [The count is not refreshed after switching the doc tree during flashcard review](https://github.com/siyuan-note/siyuan/issues/10312)
* [updateCards returns the completion page when the card is 0](https://github.com/siyuan-note/siyuan/issues/10320)
### Refactor

View File

@ -31,6 +31,7 @@
* [文件圖示使用自訂表情時無法開啟表情對話方塊](https://github.com/siyuan-note/siyuan/issues/10280)
* [無法刪除資料庫區塊前的表格區塊](https://github.com/siyuan-note/siyuan/issues/10284)
* [閃卡複習時切換文件樹後未刷新計數](https://github.com/siyuan-note/siyuan/issues/10312)
* [卡片為 0 時 updateCards 返回完成頁](https://github.com/siyuan-note/siyuan/issues/10320)
### 開發重構

View File

@ -31,6 +31,7 @@
* [文档图标使用自定义表情时无法打开表情对话框](https://github.com/siyuan-note/siyuan/issues/10280)
* [无法删除数据库块前的表格块](https://github.com/siyuan-note/siyuan/issues/10284)
* [闪卡复习时切换文档树后未刷新计数](https://github.com/siyuan-note/siyuan/issues/10312)
* [卡片为 0 时 updateCards 返回完成页](https://github.com/siyuan-note/siyuan/issues/10320)
### 开发重构