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 b14fa86 commit b88ffc2Copy full SHA for b88ffc2
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}字`;
@@ -143,4 +143,4 @@ <h2>カスタムモード</h2>
143
</script>
144
</body>
145
146
-</html>
+</html>
0 commit comments