功能修改

This commit is contained in:
npc0-hue
2026-07-20 16:42:33 +08:00
parent 48b8ad8d6c
commit a0e69417db
224 changed files with 22015 additions and 884 deletions
@@ -0,0 +1,42 @@
{
"schemaVersion": 1,
"platform": {
"baseUrl": "https://platform.example.test"
},
"component": {
"installationId": "client-manager-installation-example",
"serverInstanceId": "server-example",
"pluginId": "game.scum",
"profileKey": "scum-client-manager",
"artifactId": "artifact-example",
"version": "1.0.0",
"sourceRevision": "example-revision",
"targetOs": "windows",
"targetArch": "amd64",
"keyGeneration": 1,
"deploymentGeneration": 1
},
"proof": {
"mode": "hmac-sha256",
"materialEnv": "SCUM_COMPONENT_PROOF"
},
"session": {
"mode": "component-session"
},
"capabilities": [
"component.register",
"component.heartbeat",
"component.health",
"component.control",
"game-client.bridge",
"logs.stream"
],
"timing": {
"heartbeatIntervalSeconds": 30,
"commandPollIntervalSeconds": 5,
"requestTimeoutSeconds": 15
},
"tls": {
"policy": "verify-system-roots"
}
}