chore(editor): localize context entry points
Publish UPM package / publish (push) Successful in 2s

This commit is contained in:
2026-08-26 12:48:31 +08:00
parent d89ea4899b
commit 52bda43e3c
5 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -28,10 +28,10 @@ namespace ShrinkContext.AppAdapter.Editor
private ShrinkContextBenchmarkReport? _benchmarkReport;
private string? _benchmarkError;
[MenuItem("ShrinkSDK/Cordis/诊断与组合")]
[MenuItem("ShrinkSDK/上下文/诊断与组合")]
public static void ShowWindow()
{
var window = GetWindow<ShrinkContextDiagnosticsWindow>("Cordis Diagnostics");
var window = GetWindow<ShrinkContextDiagnosticsWindow>("Context 诊断与组合");
window.minSize = new Vector2(720f, 520f);
}
@@ -167,7 +167,7 @@ namespace ShrinkContext.AppAdapter.Editor
if (_profile == null)
{
EditorGUILayout.HelpBox(
"未选择 Composition Profile。可通过 Assets/Create/ShrinkSDK/Cordis/Composition Profile 创建。",
"未选择组合配置。可通过 Assets/Create/ShrinkSDK/上下文/组合配置创建。",
MessageType.Info);
return;
}