Add Tornado-derived brand assets
BIN
TornadoAce_CJOnStyle/Assets/AppIcon.ico
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
TornadoAce_CJOnStyle/Assets/Brand/TornadoAceIconSource.png
Normal file
|
After Width: | Height: | Size: 411 KiB |
BIN
TornadoAce_CJOnStyle/Assets/Brand/TornadoOriginalMark.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 3.3 KiB |
BIN
TornadoAce_CJOnStyle/Assets/Reference/TornadoReference.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
TornadoAce_CJOnStyle/Assets/SplashScreen.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 43 KiB |
BIN
TornadoAce_CJOnStyle/Assets/Square150x150Logo.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 47 KiB |
BIN
TornadoAce_CJOnStyle/Assets/Square44x44Logo.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 456 B After Width: | Height: | Size: 3.5 KiB |
BIN
TornadoAce_CJOnStyle/Assets/TornadoAceAppIcon.png
Normal file
|
After Width: | Height: | Size: 221 KiB |
BIN
TornadoAce_CJOnStyle/Assets/TornadoAceLoginHero.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
TornadoAce_CJOnStyle/Assets/Wide310x150Logo.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 43 KiB |
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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`에 보관한다.
|
||||
- 현재 로그인은 실제 인증이 아니라 초기 빌드용 진입 게이트이며, 추후 사내 계정/권한 정책이 정해지면 인증 서비스로 교체한다.
|
||||
|
||||
## 다음 설계 결정 지점
|
||||
|
||||