refactor(ui): 重构订单相关界面布局

- 新增 NewOrderItem 组件用于统一订单展示样式
- 优化 GoAccidentSiteActivity、GoToDestinationActivity 和 NewOrderActivity 的界面布局
-移除冗余代码,提高代码复用性
- 调整样式和间距,提升用户体验
This commit is contained in:
songzhiling
2025-05-29 10:29:10 +08:00
parent 3344e5acd8
commit 405f732502
20 changed files with 928 additions and 728 deletions

View File

@ -39,7 +39,6 @@ rxjava = "3.1.7"
search = "7.3.0"
tbssdk = "44286"
uiGraphics = "1.7.7"
uiTooling = "1.7.7"
uiToolingPreview = "1.7.7"
uiVersion = "1.7.7"
utilcodex = "1.31.1"
@ -61,7 +60,6 @@ androidx-ui = { module = "androidx.compose.ui:ui", version.ref = "uiVersion" }
androidx-ui-graphics = { module = "androidx.compose.ui:ui-graphics", version.ref = "uiGraphics" }
androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "uiGraphics" }
androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "uiGraphics" }
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "uiTooling" }
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "uiToolingPreview" }
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
@ -101,6 +99,7 @@ xdmap = { module = "com.amap.api:3dmap", version.ref = "xdmap" }
xz = { module = "org.tukaani:xz", version.ref = "xz" }
androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterface", version.ref = "exifinterface" }
face-detection = { module = "com.google.mlkit:face-detection", version.ref = "faceDetection" }
ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiToolingPreview" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }