🏛 架构平台 Arch.Platform

反馈 b72c85a8

← 看板
v=56dd8045
严重度
状态 已修复
决策 保持不变

🐛 Bug 摘要

[bug-4] 用户看到旧 app.js 报错: 'draw is not defined' (旧函数名)

🔍 根因分析

index.html 引用 <script src=app.js> 无版本号,浏览器/CDN/中间代理可能缓存旧版(含已删除的 draw 函数)

🔧 修复方案

✓ 已修 (commit 59f1a0f): 1) <meta http-equiv=Cache-Control no-cache>; 2) <script src=app.js?v=2>; 3) nginx 区分 html(不缓存)和 static(7 天 immutable)

📋 元数据

报告人
mathviz-bug-archive
创建时间
2026-06-22 02:00
决策时间
2026-06-22 02:02
关联版本
56dd8045-06cf-46d2-84a7-8440d8793a9f

📝 推进反馈状态

状态推进请用:

arch feedback update b72c85a8-048d-43e5-ad78-ca24675e9279 --status fixing  # 开始修
arch feedback update b72c85a8-048d-43e5-ad78-ca24675e9279 --status fixed   # 已修
arch feedback update b72c85a8-048d-43e5-ad78-ca24675e9279 --status wontfix --decision keep_as_is  # 不修