修复创作页精选作者和瀑布流宽度

公开精选接口返回作者展示名和陶泥号

前端精选作者只使用公开展示字段,不再兜底内部用户 ID

约束精选瀑布流多列容器宽度,避免 release 桌面端横向撑宽

补充前后端回归测试和项目记忆文档
This commit is contained in:
2026-06-27 20:01:17 +08:00
parent bb51c7e0d2
commit f20f4e0f8e
10 changed files with 188 additions and 25 deletions
+2
View File
@@ -3771,6 +3771,8 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
}
.creation-landing__asset-waterfall {
width: 100%;
min-width: 0;
column-count: 3;
column-gap: 0.92rem;
}