张浩阳

Results 13 comments of 张浩阳

Same when installing this project.

我已经看迷糊了,以下说的不一定对 这个bug的直接原因似乎是,当通过skip跳过(完成)一个词时,它不会触发src\pages\Typing\components\WordPanel\components\Word\index.tsx中的 if (isEqual) { // 输入正确时 setWordState((state) => { state.letterTimeArray.push(Date.now()) state.correctCount += 1 }) if (inputLength >= wordState.displayWord.length) { // 完成输入时 setWordState((state) => { state.letterStates[inputLength - 1] = 'correct'...

@RealKai42 这个issue提的确实是稳定复现且会影响长期使用的的bug 就是好像不太好修Orz

现在在windows的edge浏览器中无法复现出这个现象,时间显示是一致的 可以详细说说你遇到这个bug时的情况吗 ![image](https://github.com/RealKai42/qwerty-learner/assets/119289307/c7b96303-5afa-46ad-864c-22c57bbbf882)

This feature is actually related to ‘dict’, dictionary of the project, which is contributed by our users. If you have resources, you can add them into dict to help build...

The example content looks perfect. I think we can add this if the license permits.

是希望在单词下面不止显示翻译,也给出使用例句吗? 另外,可以告诉我们你是在练习哪些词典时遇到了这种需求吗?感谢你的反馈!