Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iChochy/NCE
/ syncLoopPlayback
Method
syncLoopPlayback
js/ReadingSystem.js:764–767 ·
view source on GitHub ↗
* 同步循环播放状态
()
Source
from the content-addressed store, hash-verified
762
* 同步循环播放状态
763
*/
764
syncLoopPlayback() {
765
if
(!this.dom.audioPlayer)
return
;
766
this.dom.audioPlayer.loop = this.state.loopMode ===
'list'
;
767
}
768
769
/**
770
* 更新循环播放 UI
Callers
2
toggleLoopPlayback
Method · 0.95
loadLoopPlaybackPreference
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected