feat: 会话导出加密(.metona),导入仅支持.metona格式

This commit is contained in:
developer
2026-04-04 22:22:25 +08:00
parent 3dfe64cd93
commit c736dbbca4
3 changed files with 108 additions and 17 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
<div style="display:flex;gap:8px;flex-wrap:wrap;">
<button class="btn btn-outline" id="btnExportAll">📦 导出全部会话</button>
<button class="btn btn-outline" id="btnImportSessions">📥 导入会话</button>
<input type="file" id="importFileInput" accept=".json" style="display:none;">
<input type="file" id="importFileInput" accept=".metona" style="display:none;">
<button class="btn btn-danger" id="btnClearAllHistory">清空所有历史</button>
</div>
<p class="text-muted" style="margin-top:6px;font-size:11px;">导出格式为 JSON,可备份后在其他设备导入恢复。</p>