auto-save 2026-05-25 23:51 (~3)

This commit is contained in:
2026-05-25 23:51:29 +08:00
parent 96f19a49d1
commit 327cd2b113
3 changed files with 2239 additions and 2227 deletions

View File

@@ -1353,6 +1353,18 @@ ProductRefStateItem {
<p><strong>影响:</strong>首页生成视频完成后可直接在结果卡里播放;详情页和旧分镜候选仍按原有缩略图 / hover 预览 / 下载按钮语义工作。</p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-25 · 生产启用飞书 OAuth 登录</h3>
<span class="tag amber">Auth</span>
<span class="tag blue">Ops</span>
</header>
<div class="body">
<p><strong>改动:</strong>生产服务器 <code>/opt/skg-marketing-studio/deploy/.env.production</code> 已补齐飞书 OAuth 应用配置,保留 <code>WEB_AUTH_SESSION_SECRET</code><code>AUTH_DATA_ISOLATION_ENABLED=true</code>,并仅重建 <code>skg-marketing-api</code> 使环境变量生效;敏感 App Secret 不进入仓库。</p>
<p><strong>验证:</strong><code>/api/auth/config</code> 返回 <code>feishu_enabled=true</code><code>password_enabled=true</code><code>data_isolation_enabled=true</code><code>GET /api/auth/feishu/start?next=/</code> 返回 302 跳转到飞书授权页;容器内 <code>/health</code> 返回 <code>auth_modes.feishu=True</code></p>
<p><strong>影响:</strong>飞书登录链路正式可用,飞书用户新建任务时 <code>owner_id</code> 会按飞书身份写入,后端列表、详情和素材接口继续按 owner 校验;备用账号密码登录仍保留。</p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-25 · 飞书客户端内登录页自动发起免登录</h3>