优化ai对话页面

This commit is contained in:
fengjignqi
2026-08-03 11:44:42 +08:00
parent bc0c7adb41
commit 170936fd23
14 changed files with 118 additions and 70 deletions

View File

@@ -10,6 +10,7 @@ activityCompose = "1.8.0"
composeBom = "2024.09.00"
material = "1.9.0"
luban = "1.1.8"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -27,6 +28,7 @@ androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-
androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
luban = { group = "com.github.Curzibn", name = "Luban", version.ref = "luban" }
appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.6.1" }
[plugins]