We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f25d8 commit ece0b9cCopy full SHA for ece0b9c
index.html
@@ -83,7 +83,7 @@ <h2>カスタムモード</h2>
83
"wordsToWrite"
84
).innerHTML = `要求文字数: ${needWordCount}字`;
85
86
- let wordsPerHour = Math.round(targetWordCount / differenceInHours);
+ let wordsPerHour = Math.round(targetWordCount - offsetWordCount / differenceInHours);
87
document.getElementById(
88
"wordsPerHour"
89
).innerHTML = `時速: ${wordsPerHour}字`;
0 commit comments