mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
modified: src/lib/components/layout/ImportChatsModal.svelte
modified: src/lib/components/layout/Sidebar.svelte
This commit is contained in:
parent
c6a9ba6e42
commit
e34177ba69
2 changed files with 1171 additions and 1308 deletions
|
|
@ -258,7 +258,7 @@
|
|||
|
||||
{#if rawChats.length > 0}
|
||||
<div class="flex items-center gap-3 text-xs text-gray-600 dark:text-gray-400">
|
||||
<span class="font-mono">Total: {rawChats.length} | Selected: {selectedIndices.size}</span>
|
||||
<span class="font-mono">总计: {rawChats.length} | 已选: {selectedIndices.size}</span>
|
||||
<label class="flex items-center gap-2 cursor-pointer select-none hover:text-gray-900 dark:hover:text-white transition-colors">
|
||||
<input
|
||||
type="checkbox"
|
||||
|
|
@ -337,7 +337,7 @@
|
|||
{#if importing}
|
||||
<Spinner className="size-4" />
|
||||
{/if}
|
||||
<span>导出并导入 ({selectedIndices.size})</span>
|
||||
<span>导入 ({selectedIndices.size})</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue