chore: checkpoint workspace updates

This commit is contained in:
2026-04-27 01:33:25 +08:00
parent d1126d70f7
commit 12d32f3727
30 changed files with 420 additions and 697 deletions

View File

@@ -31,7 +31,7 @@ const std::array<EditorValidationScenario, 1>& GetEditorValidationScenarios() {
"editor.shell.workspace_shell_compose",
UIValidationDomain::Editor,
"shell",
"Editor 壳层 | 工作区组å<E2809E>?,
"Editor Shell | Workspace Shell Compose",
RepoRelative("tests/UI/Editor/manual_validation/shell/workspace_shell_compose/View.xcui"),
RepoRelative("tests/UI/Editor/manual_validation/shell/workspace_shell_compose/captures")
}

View File

@@ -0,0 +1,10 @@
#pragma once
#include <AutoScreenshot.h>
namespace XCEngine::UI::Editor::Host {
using AutoScreenshotController =
::XCEngine::Tests::CoreUI::Host::AutoScreenshotController;
} // namespace XCEngine::UI::Editor::Host

View File

@@ -0,0 +1,9 @@
#pragma once
#include <NativeRenderer.h>
namespace XCEngine::UI::Editor::Host {
using NativeRenderer = ::XCEngine::Tests::CoreUI::Host::NativeRenderer;
} // namespace XCEngine::UI::Editor::Host