opt: Optimize subtitle processing logic

This commit is contained in:
Gabe
2025-11-02 00:10:01 +08:00
parent 0c49cf1af9
commit 7481d65e1e

View File

@@ -12,7 +12,7 @@ export class BilingualSubtitleManager {
#captionWindowEl = null;
#paperEl = null;
#currentSubtitleIndex = -1;
#preTranslateSeconds = 120;
#preTranslateSeconds = 90;
#throttleSeconds = 30;
#setting = {};
#isAdPlaying = false;