Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/ init
Method
init
src/main/api/renderer/systemSettings.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
export
class
SystemSettingsAPI {
4
public init(): void {
5
// 暂时不需要初始化逻辑
6
}
7
8
public
async
getSystemSettings(): Promise<any[]> {
9
if
(process.platform ===
'win32'
) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected