diff --git a/app/changelogs/v2.12.7/v2.12.7.md b/app/changelogs/v2.12.7/v2.12.7.md index 6a08304db..747ad4ae0 100644 --- a/app/changelogs/v2.12.7/v2.12.7.md +++ b/app/changelogs/v2.12.7/v2.12.7.md @@ -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 diff --git a/app/changelogs/v2.12.7/v2.12.7_zh_CHT.md b/app/changelogs/v2.12.7/v2.12.7_zh_CHT.md index 3c41be507..30eeed425 100644 --- a/app/changelogs/v2.12.7/v2.12.7_zh_CHT.md +++ b/app/changelogs/v2.12.7/v2.12.7_zh_CHT.md @@ -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) ### 開發重構 diff --git a/app/changelogs/v2.12.7/v2.12.7_zh_CN.md b/app/changelogs/v2.12.7/v2.12.7_zh_CN.md index 1f41bb26d..aef051180 100644 --- a/app/changelogs/v2.12.7/v2.12.7_zh_CN.md +++ b/app/changelogs/v2.12.7/v2.12.7_zh_CN.md @@ -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) ### 开发重构