Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/iChochy/NCE
/ persistPlayTime
Method
persistPlayTime
js/ReadingSystem.js:471–473 ·
view source on GitHub ↗
* 保存播放进度 * @param {number} time - 播放时间
(time)
Source
from the content-addressed store, hash-verified
469
* @param {number} time - 播放时间
470
*/
471
persistPlayTime(time) {
472
savePlayTime(this.state.bookPath, this.state.currentUnitIndex, time);
473
}
474
475
/**
476
* 更新歌词高亮
Callers
1
handleLyricActivate
Method · 0.95
Calls
1
savePlayTime
Function · 0.90
Tested by
no test coverage detected