自分用に作った「選択したテキストを読み上げるだけのWindowsアプリ」。まさかのAIが出力した膨大なテキストを読むのに超便利だった。試しにマイクロソフトストアで販売したやつも微妙に売れてる。
lastScroll) {
showHead = false;
}
else if (currentScroll < lastScroll) {
if (currentScroll < (maxScroll - bottomThreshold)) {
showHead = true;
} else {
showHead = false;
}
}
lastScroll = Math.max(0, currentScroll);
"
>
閉じる