File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
composeApp/src/commonMain/kotlin/com/jankinwu/fntv/client/ui/screen Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- # Fntv Client Multiplatform
1+ <h1 align =" center " >Fly Narwhal</h1 >
2+
3+ <img src =" http://oss.jankinwu.com/img/fnarwhal_login.png " alt =" fnarwhal_login " width =" 600 " />
24
35[ ![ GitHub stars] ( https://img.shields.io/github/stars/FNOSP/fntv-client-multiplatform )] ( https://github.com/FNOSP/fntv-client-multiplatform/stargazers )
46[ ![ GitHub forks] ( https://img.shields.io/github/forks/FNOSP/fntv-client-multiplatform )] ( https://github.com/FNOSP/fntv-client-multiplatform/network )
79[ ![ Kotlin Version] ( https://img.shields.io/badge/Kotlin-2.2.21-%237F52FF.svg )] ( https://kotlinlang.org/ )
810[ ![ Compose Multiplatform Version] ( https://img.shields.io/badge/ComposeMultiplatform-1.9.3-%237f52ff.svg )] ( https://www.jetbrains.com/compose-multiplatform/ )
911
10- 基于 Compose Multiplatform 框架开发的跨平台飞牛影视客户端
12+ 基于 Compose Multiplatform 框架开发的适用于飞牛影视的跨平台客户端
1113
1214## 声明
1315
1719
1820> 最终效果以未来发布版本为准
1921
20- ![ image-20251221171527491 ] ( http://oss.jankinwu.com/img/image-20251221171527491 .png )
22+ ![ image-20251230020234381 ] ( http://oss.jankinwu.com/img/image-20251230020234381 .png )
2123
22- ![ image-20251221171344697 ] ( http://oss.jankinwu.com/img/image-20251221171344697 .png )
24+ ![ image-20251230020717917 ] ( http://oss.jankinwu.com/img/image-20251230020717917 .png )
2325
24- ![ image-20251221180048751 ] ( http://oss.jankinwu.com/img/image-20251221180048751 .png )
26+ ![ image-20251230021217242 ] ( http://oss.jankinwu.com/img/image-20251230021217242 .png )
2527
2628## 使用说明
2729### 使用安装包安装
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ fun LoginScreen(
310310 // 1. Logo
311311 Image (
312312 painterResource(Res .drawable.fnarwhal_login),
313- contentDescription = " 飞鲸logo " ,
313+ contentDescription = " 飞鲸 logo " ,
314314 modifier = Modifier
315315 .width(174 .dp)
316316// .graphicsLayer {
@@ -322,7 +322,7 @@ fun LoginScreen(
322322 contentScale = ContentScale .FillWidth ,
323323// filterQuality = FilterQuality.Medium
324324 )
325- Text (" FN_Media " , color = HintColor , fontSize = 16 .sp)
325+ Text (" Fly Narwhal " , color = HintColor , fontSize = 16 .sp)
326326 var isHistoryHovered by remember { mutableStateOf(false ) }
327327 if (isNasLogin) {
328328 OutlinedTextField (
You can’t perform that action at this time.
0 commit comments