Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ constructor
Method
constructor
checkin/checkin.ts:53–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
currentRunTime: undefined,
52
};
53
54
const
SH_TZ =
"Asia/Shanghai"
;
55
const
PREFIX = getPrefixes()[0] ||
"."
;
56
57
class
ConfigManager {
58
private readonly configPath: string;
59
private data: CheckInConfig;
60
Callers
nothing calls this directly
Calls
1
load
Method · 0.95
Tested by
no test coverage detected