修复样片详情解析并优化列表上下架交互。

兼容 Android 媒体项 size 字段格式,增强灵活解码容错,并统一样片列表开关确认逻辑与安全区布局。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-13 15:14:40 +08:00
parent afcd412f11
commit 07b2b9d459
7 changed files with 96 additions and 47 deletions

View File

@ -68,7 +68,7 @@ final class SampleDetailViewController: SampleBaseViewController {
override func setupConstraints() {
scrollView.snp.makeConstraints { make in
make.top.equalToSuperview()
make.top.equalTo(view.safeAreaLayoutGuide)
make.leading.trailing.bottom.equalTo(view.safeAreaLayoutGuide)
}
contentStack.snp.makeConstraints { make in