mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
🚨
This commit is contained in:
parent
3c3e2b8067
commit
e474ceffe1
4 changed files with 19 additions and 19 deletions
|
|
@ -312,7 +312,7 @@ export const bindCardEvent = async (options: {
|
|||
fetchPost("/api/riff/batchSetRiffCardsDueTime", {
|
||||
cardDues: [{
|
||||
id: currentCard.cardID,
|
||||
due: dayjs().add(parseInt(inputElement.value), 'day').format("YYYYMMDDHHmmss")
|
||||
due: dayjs().add(parseInt(inputElement.value), "day").format("YYYYMMDDHHmmss")
|
||||
}]
|
||||
}, () => {
|
||||
actionElements[0].classList.add("fn__none");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue