智能体会话开发

This commit is contained in:
weber
2025-08-07 19:03:05 +08:00
parent 38759eb3e4
commit f6a796e2bc
17 changed files with 1084 additions and 45 deletions

View File

@@ -1391,12 +1391,12 @@ fun PostMenuModal(
.background(AppColors.background)
.padding(vertical = 47.dp, horizontal = 20.dp)
) {
if(AppState.UserId == userId){
Row(
modifier = Modifier
.size(60.dp),
verticalAlignment = Alignment.CenterVertically
) {
if(AppState.UserId == userId){
Column(
modifier = Modifier.padding(end = 16.dp),
verticalArrangement = Arrangement.Center,
@@ -1435,7 +1435,6 @@ fun PostMenuModal(
.size(60.dp),
verticalAlignment = Alignment.CenterVertically
) {
if(AppState.UserId == userId){
Column(
modifier = Modifier.padding(end = 16.dp),
verticalArrangement = Arrangement.Center,
@@ -1467,7 +1466,7 @@ fun PostMenuModal(
)
}
}
}
}
}