MCPcopy
hub / github.com/Bistutu/FluentRead / autoTranslationEvent

Function autoTranslationEvent

entrypoints/content.ts:612–615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

610
611// 注册自动翻译事件
612function autoTranslationEvent() {
613 // 自动翻译英文页面
614 autoTranslateEnglishPage();
615}
616
617// 清除所有翻译的函数
618function clearAllTranslations() {

Callers 1

mainFunction · 0.85

Calls 1

autoTranslateEnglishPageFunction · 0.90

Tested by

no test coverage detected