mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
关闭 设置.数据 中的 “删除所有对话” 和 “归档所有对话”
This commit is contained in:
parent
95300e4743
commit
3396efb679
2 changed files with 5 additions and 5 deletions
|
|
@ -219,7 +219,7 @@
|
||||||
<div class=" self-center text-sm font-medium">{$i18n.t('Archived Chats')}</div>
|
<div class=" self-center text-sm font-medium">{$i18n.t('Archived Chats')}</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
{#if showArchiveConfirm}
|
<!-- {#if showArchiveConfirm}
|
||||||
<div class="flex justify-between rounded-md items-center py-2 px-3.5 w-full transition">
|
<div class="flex justify-between rounded-md items-center py-2 px-3.5 w-full transition">
|
||||||
<div class="flex items-center space-x-3">
|
<div class="flex items-center space-x-3">
|
||||||
<svg
|
<svg
|
||||||
|
|
@ -304,9 +304,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class=" self-center text-sm font-medium">{$i18n.t('Archive All Chats')}</div>
|
<div class=" self-center text-sm font-medium">{$i18n.t('Archive All Chats')}</div>
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if} -->
|
||||||
|
|
||||||
{#if showDeleteConfirm}
|
<!-- {#if showDeleteConfirm}
|
||||||
<div class="flex justify-between rounded-md items-center py-2 px-3.5 w-full transition">
|
<div class="flex justify-between rounded-md items-center py-2 px-3.5 w-full transition">
|
||||||
<div class="flex items-center space-x-3">
|
<div class="flex items-center space-x-3">
|
||||||
<svg
|
<svg
|
||||||
|
|
@ -388,7 +388,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class=" self-center text-sm font-medium">{$i18n.t('Delete All Chats')}</div>
|
<div class=" self-center text-sm font-medium">{$i18n.t('Delete All Chats')}</div>
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if} -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -682,7 +682,7 @@
|
||||||
"Export All Archived Chats": "导出所有已存档对话",
|
"Export All Archived Chats": "导出所有已存档对话",
|
||||||
"Export All Chats (All Users)": "导出所有用户对话",
|
"Export All Chats (All Users)": "导出所有用户对话",
|
||||||
"Export chat (.json)": "JSON 文件 (.json)",
|
"Export chat (.json)": "JSON 文件 (.json)",
|
||||||
"Export Chats": "导出对话",
|
"Export Chats": "导出对话记录",
|
||||||
"Export Config to JSON File": "将配置信息导出为 JSON 文件",
|
"Export Config to JSON File": "将配置信息导出为 JSON 文件",
|
||||||
"Export Presets": "导出预设",
|
"Export Presets": "导出预设",
|
||||||
"Export Prompt Suggestions": "导出提示词建议",
|
"Export Prompt Suggestions": "导出提示词建议",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue