Add Tornado-derived brand assets

This commit is contained in:
2026-06-09 13:52:05 +09:00
parent 4eec9761cb
commit 8dbbe605e9
20 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -10,6 +10,7 @@
<EnableMsixTooling>false</EnableMsixTooling>
<WindowsPackageType>None</WindowsPackageType>
<GenerateAppxPackageOnBuild>false</GenerateAppxPackageOnBuild>
<ApplicationIcon>Assets\AppIcon.ico</ApplicationIcon>
<!-- <WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion> -->
<!-- Project Options -->
@@ -28,12 +29,19 @@
<ItemGroup>
<Content Include="Assets\SplashScreen.scale-200.png" />
<Content Include="Assets\SplashScreen.png" />
<Content Include="Assets\AppIcon.ico" />
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\LoginBroadcastControlRoom.png" />
<Content Include="Assets\TornadoAceAppIcon.png" />
<Content Include="Assets\TornadoAceLoginHero.png" />
<Content Include="Assets\Square150x150Logo.png" />
<Content Include="Assets\Square150x150Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.png" />
<Content Include="Assets\Square44x44Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wide310x150Logo.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
</ItemGroup>

View File

@@ -527,7 +527,7 @@
</Border.RenderTransform>
<Border.Background>
<ImageBrush
ImageSource="ms-appx:///Assets/LoginBroadcastControlRoom.png"
ImageSource="ms-appx:///Assets/TornadoAceLoginHero.png"
Stretch="UniformToFill" />
</Border.Background>
</Border>

View File

@@ -26,6 +26,7 @@
- CargoRadar의 전체 화면 사진형 로그인 도입부를 참고하되, TornadoAce는 CJ OnStyle 라이브커머스/방송 CG 제작 데스크 분위기로 전환한다.
- CJ ONSTYLE 공식 소개의 `Inspiring Purple` / `Vibrant Lime` 조합은 로그인 카드와 핵심 강조색에만 절제해서 사용한다.
- 관제/비행/지도/레이더처럼 보이는 모니터 그래픽이나 불필요한 신호선 장식은 사용하지 않는다.
- TornadoACE 브랜드 asset은 사용자가 제공한 Tornado 원본 마크를 기준으로 파생한다. 원본은 `Assets/Reference/TornadoReference.png`, 추출 마크는 `Assets/Brand/TornadoOriginalMark.png`에 보관한다.
- 현재 로그인은 실제 인증이 아니라 초기 빌드용 진입 게이트이며, 추후 사내 계정/권한 정책이 정해지면 인증 서비스로 교체한다.
## 다음 설계 결정 지점