checkpoint: v3.0.2 — 容器名强制单行 + 中间截断 (.lineLimit(1) + .truncationMode(.middle))
1 files modified
2 ■■■■■ changed files
Apptag/ContentView.swift 2 ●●●●● patch | view | raw | blame | history
Apptag/ContentView.swift
@@ -445,6 +445,8 @@
                Text(group.name)
                    .font(.system(size: tagFontSize, weight: .semibold))
                    .foregroundStyle(.secondary)
                    .lineLimit(1)
                    .truncationMode(.middle)
                    .padding(.horizontal, 10)
                Rectangle().fill(.secondary.opacity(0.25)).frame(height: 1)
            }