We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前数量不准确。希望重新统计。或者简单显示插件拦截的数量也行。
另外一个问题是:如果updateCards一个卡都没返回,目前是空白页面+错误的数量统计。
updateCards
在一个卡都没返回的情况下,希望直接展示全部复习完的那个页面。
The text was updated successfully, but these errors were encountered:
是移除后返回的数量么?这个可能需要自己减去移除的卡片数字。
卡片返回为空会进行以下判断的,要怎么重现空白页?
Sorry, something went wrong.
@Vanessa219
数量
我修改过数量,但页面没变化。
空白页
复现也简单:
async updateCards(options: ICardData) { options.cards = []; return options; }
修改数量不起作用:
async updateCards(options: ICardData) { options.cards = []; options.unreviewedCount =0; options.unreviewedNewCardCount =0; options.unreviewedOldCardCount =0; return options; }
🎨 #10320
ddf3fc3
数字不起作用应该是 #10312 这个问题。空白页可重现。
🎨 fix #10320
f4e030b
@Vanessa219 还有一个问题:
alt+0在2.12.7没问题,但 openTab()中打开闪卡,回调参数为null.
async updateCards(options: ICardData) ,options一直是null
openTab
Vanessa219
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
In what scenarios do you need this feature?
目前数量不准确。希望重新统计。或者简单显示插件拦截的数量也行。
另外一个问题是:如果
updateCards
一个卡都没返回,目前是空白页面+错误的数量统计。在一个卡都没返回的情况下,希望直接展示全部复习完的那个页面。
The text was updated successfully, but these errors were encountered: