File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
commonMain/kotlin/cc/unitmesh/devins/ui/compose/launch Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -400,10 +400,10 @@ fun XiuperLaunchScreen(
400400 Spacer (modifier = Modifier .height(10 .dp))
401401
402402 Text (
403- text = " X => Super open, Xiuper build ." ,
403+ text = " One Platform. All Phases. Every Device ." ,
404404 fontSize = 16 .sp,
405405 fontWeight = FontWeight .Medium ,
406- letterSpacing = 3 .sp,
406+ letterSpacing = 1 .sp,
407407 color = AutoDevColors .Xiuper .textSecondary.copy(alpha = textAlpha)
408408 )
409409 }
Original file line number Diff line number Diff line change 333333
334334 < div class ="loader-text ">
335335 < div class ="loader-title "> Xiuper</ div >
336- < div class ="loader-slogan "> X = > Super open, Xiuper build .</ div >
336+ < div class ="loader-slogan "> One Platform. All Phases. Every Device .</ div >
337337 < div class ="loader-subtitle "> Loading WASM< span class ="loading-dots "> </ span > </ div >
338338 </ div >
339339
You can’t perform that action at this time.
0 commit comments