You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showToast(`复习成功!下次复习时间:${nextReviewDate.toLocaleDateString()}(${diffDays}天后)\nReview successful! Next review: ${nextReviewDate.toLocaleDateString()} (in ${diffDays} days)`,"success");
240
+
// 显示复习成功提示,包含下次复习时间
241
+
showToast(`复习成功!下次复习时间:${nextReviewDate.toLocaleDateString()}(${diffDays}天后)\nReview successful! Next review: ${nextReviewDate.toLocaleDateString()} (in ${diffDays} days)`,"success");
0 commit comments