Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ updateTime
Function
updateTime
web/js/app.js:531–534 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
529
}
530
531
function
updateTime(){
532
const
last = $(
'lastUpdate'
);
533
if
(last) last.textContent =
'最后更新: '
+ humanAgo(S.updated);
534
}
535
536
function
bindTabs(){
537
$(
'navTabs'
).addEventListener(
'click'
, e => {
Callers
1
render
Function · 0.85
Calls
2
$
Function · 0.85
humanAgo
Function · 0.85
Tested by
no test coverage detected