Shorten login intro copy
This commit is contained in:
@@ -25,7 +25,7 @@ namespace TornadoAce_CJOnStyle.ViewModels
|
||||
SceneSnapshotLabel = $"{workspace.ActiveScene.SceneName} / visible text objects";
|
||||
SceneSnapshotText = workspace.ActiveScene.ToPreviewJson();
|
||||
LoginOperatorName = "producer";
|
||||
LaunchMessage = "큐시트, Scene 템플릿, 검수 큐 상태를 확인하고 있습니다.";
|
||||
LaunchMessage = "TornadoAce";
|
||||
LlmPolicyText = "사내 LLM 우선, 외부 서비스는 정책 승인 후";
|
||||
LlmPolicyDetail = "1차 Text Diffing 실패 건만 2차 LLM 판정으로 이동하고, 가격·구성·방송시간 변경은 높은 중요도로 표시합니다.";
|
||||
|
||||
@@ -148,9 +148,7 @@ namespace TornadoAce_CJOnStyle.ViewModels
|
||||
public void BeginLogin(string operatorName, string accessCode)
|
||||
{
|
||||
LoginOperatorName = string.IsNullOrWhiteSpace(operatorName) ? "producer" : operatorName.Trim();
|
||||
LaunchMessage = string.IsNullOrWhiteSpace(accessCode)
|
||||
? "데모 접속으로 제작 콘솔을 준비하고 있습니다."
|
||||
: "접속 코드 확인 후 제작 콘솔을 준비하고 있습니다.";
|
||||
LaunchMessage = "TornadoAce";
|
||||
LoginScreenVisibility = Visibility.Collapsed;
|
||||
LaunchScreenVisibility = Visibility.Visible;
|
||||
}
|
||||
|
||||
@@ -570,21 +570,20 @@
|
||||
FontFamily="Bahnschrift SemiBold"
|
||||
FontSize="13"
|
||||
Foreground="#D7D0B7FF"
|
||||
Text="TORNADOACE FOR CJ ONSTYLE" />
|
||||
Text="CJ ONSTYLE" />
|
||||
<TextBlock
|
||||
FontFamily="Bahnschrift SemiBold"
|
||||
FontSize="48"
|
||||
FontSize="58"
|
||||
Foreground="White"
|
||||
LineHeight="56"
|
||||
Text="CJ OnStyle 방송 그래픽 제작을 준비합니다"
|
||||
LineHeight="64"
|
||||
Text="TornadoAce"
|
||||
TextWrapping="WrapWholeWords" />
|
||||
<TextBlock
|
||||
MaxWidth="540"
|
||||
FontFamily="Bahnschrift"
|
||||
FontSize="17"
|
||||
Foreground="#DDE7EAEE"
|
||||
LineHeight="28"
|
||||
Text="라이브 커머스 화면, 상품 정보, 자막 검수 흐름을 제작 데스크에서 자연스럽게 이어갑니다."
|
||||
FontFamily="Bahnschrift SemiBold"
|
||||
FontSize="20"
|
||||
Foreground="#C8FF17"
|
||||
Text="CG Automation Console"
|
||||
TextWrapping="WrapWholeWords" />
|
||||
</StackPanel>
|
||||
|
||||
@@ -600,17 +599,12 @@
|
||||
FontFamily="Bahnschrift"
|
||||
FontSize="12"
|
||||
Foreground="#7B2CBF"
|
||||
Text="접속" />
|
||||
Text="CJ ONSTYLE" />
|
||||
<TextBlock
|
||||
FontFamily="Bahnschrift SemiBold"
|
||||
FontSize="24"
|
||||
Foreground="#15101A"
|
||||
Text="제작 데스크 로그인" />
|
||||
<TextBlock
|
||||
FontFamily="Bahnschrift"
|
||||
FontSize="13"
|
||||
Foreground="#62606A"
|
||||
Text="제작자 접속 정보를 입력하세요." />
|
||||
Text="TornadoAce" />
|
||||
|
||||
<StackPanel Spacing="6">
|
||||
<TextBlock
|
||||
@@ -650,7 +644,7 @@
|
||||
Orientation="Horizontal"
|
||||
Spacing="8">
|
||||
<SymbolIcon Symbol="Play" />
|
||||
<TextBlock Text="콘솔 시작" />
|
||||
<TextBlock Text="Login" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
|
||||
@@ -677,12 +671,12 @@
|
||||
FontFamily="Bahnschrift"
|
||||
FontSize="12"
|
||||
Foreground="#7B2CBF"
|
||||
Text="연결 확인" />
|
||||
Text="TORNADOACE" />
|
||||
<TextBlock
|
||||
FontFamily="Bahnschrift SemiBold"
|
||||
FontSize="22"
|
||||
Foreground="#15101A"
|
||||
Text="제작 콘솔을 준비하는 중" />
|
||||
Text="CJ OnStyle CG Automation" />
|
||||
<TextBlock
|
||||
FontFamily="Bahnschrift"
|
||||
FontSize="14"
|
||||
|
||||
Reference in New Issue
Block a user