fix: enforce orthographic top bottom subject views

This commit is contained in:
2026-05-25 09:27:31 +08:00
parent 8e60c7dff9
commit f8c51b5ef6
5 changed files with 47 additions and 7 deletions

View File

@@ -1181,6 +1181,19 @@ ProductRefStateItem {
<h2>变更记录</h2>
<p>这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。</p>
<div class="changelog">
<article class="change">
<header>
<h3>2026-05-25 · 主体套图俯视和仰视改为正投影口径</h3>
<span class="tag amber">API</span>
<span class="tag violet">UI</span>
<span class="tag blue">Docs</span>
</header>
<div class="body">
<p><strong>问题:</strong>原先主体/产品套图里把 <code>top</code><code>bottom</code> 简写为“顶部/底部”或“俯视/仰视”,模型容易理解成斜上方、斜下方或 3/4 透视镜头,不符合外观专利六面正投影视图的要求。</p>
<p><strong>改动:</strong><code>api/main.py</code><code>SUBJECT_VIEW_LABELS</code>、默认物体 6 视图和主体生图 prompt 已改为“正投影俯视图 / 正投影仰视图”,并在生成单图时加入 <code>orthographic top/bottom view</code><code>no perspective</code><code>no tilt</code><code>no 3/4 angle</code> 约束。<code>web/components/lightbox.tsx</code><code>web/components/ad-recreation-board.tsx</code><code>web/components/storyboard-editor.tsx</code> 同步更新显示文案和后续分镜提示词。</p>
<p><strong>影响:</strong>以后描述专利六面图需求时应说“正投影俯视图 / 正投影仰视图”,不要只说“俯视角度 / 仰视角度”;这些视图是垂直投影,不是带角度的摄影机视角。</p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-24 · 默认首页完整重设计为多人创作平台</h3>