mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45: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}
|
{#if rawChats.length > 0}
|
||||||
<div class="flex items-center gap-3 text-xs text-gray-600 dark:text-gray-400">
|
<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">
|
<label class="flex items-center gap-2 cursor-pointer select-none hover:text-gray-900 dark:hover:text-white transition-colors">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|
@ -337,7 +337,7 @@
|
||||||
{#if importing}
|
{#if importing}
|
||||||
<Spinner className="size-4" />
|
<Spinner className="size-4" />
|
||||||
{/if}
|
{/if}
|
||||||
<span>导出并导入 ({selectedIndices.size})</span>
|
<span>导入 ({selectedIndices.size})</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue