feat: 完成 issue #158 交接班摘要页补充历史摘要查看(最近 10 次本地保存)

This commit is contained in:
2026-08-05 10:52:51 +08:00
parent 253ebe7b0b
commit ca6637b69e
2 changed files with 44 additions and 0 deletions
+4
View File
@@ -40,6 +40,10 @@
</select>
<button id="btn-gen" class="primary">生成摘要</button>
</div>
<!-- issue #158:历史摘要查看(最近 10 次生成,本地保存) -->
<div class="row" id="brief-history-row" hidden>
<select id="brief-history"></select>
</div>
<div id="gen-status" class="hint"></div>
</div>
<div id="brief"></div>