This commit is contained in:
2025-10-10 10:37:11 +08:00
parent 05882bb3d3
commit 0ca5daad3b
12 changed files with 58 additions and 58 deletions

View File

@@ -50,7 +50,7 @@ const systemStatus = ref<SystemStatus>({
initialized: false,
running: false,
servicesStatus: {
windowService: false,
windowFormService: false,
resourceService: false,
sandboxEngine: false,
lifecycleManager: false
@@ -111,7 +111,7 @@ const startApp = async (appId: string) => {
}
// 创建窗口
const windowService = systemService.getWindowService()
const windowService = systemService.getWindowFormService()
const windowConfig = {
title: appRegistration.manifest.name,
width: appRegistration.manifest.window.width,