feat: prepare Zhinian desktop client for pilot release

This commit is contained in:
inman
2026-04-29 10:23:20 +08:00
parent f9361e686a
commit 47b83b79fc
149 changed files with 15341 additions and 3590 deletions

View File

@@ -63,6 +63,7 @@ import {
import { validateApiKeyWithProvider } from '../services/providers/provider-validation';
import { appUpdater } from './updater';
import { registerHostApiProxyHandlers } from './ipc/host-api-proxy';
import { registerYinianHandlers } from './ipc/yinian';
import {
isLaunchAtStartupKey,
isProxyKey,
@@ -85,6 +86,9 @@ export function registerIpcHandlers(
// Host API proxy handlers
registerHostApiProxyHandlers();
// YINIAN hotel control-plane handlers
registerYinianHandlers();
// Gateway handlers
registerGatewayHandlers(gatewayManager, mainWindow);