feat: 会话导出加密(.metona),导入仅支持.metona格式
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user