콘텐츠 상세 - isFullDetailVisible가 false

- 콘텐츠 설명 최대 10 -> 30글자로 수정
This commit is contained in:
Klaus 2024-11-26 13:39:17 +09:00
parent 84804d32ad
commit cc72e44fca
1 changed files with 2 additions and 2 deletions

View File

@ -603,10 +603,10 @@ class AudioContentService(
) {
val length = audioContent.detail.length
if (length < 20) {
if (length < 60) {
"${audioContent.detail.take(length / 2)}..."
} else {
"${audioContent.detail.take(10)}..."
"${audioContent.detail.take(30)}..."
}
} else {
audioContent.detail