Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ createDefaultConfig
Method
createDefaultConfig
zpr/zpr.ts:136–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
console.log(
"[zpr] 创建默认配置"
);
135
}
136
137
private static
async
handleInitError(): Promise<void> {
138
this.initialized = false;
139
this.db = null;
140
await
this.createDefaultConfig();
141
}
142
Callers
2
restoreFromBackup
Method · 0.95
handleInitError
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected