feat: update import/export icons

This commit is contained in:
Hakadao
2023-12-04 01:05:31 +08:00
parent 0bbf30b5c2
commit 47be796502

View File

@@ -80,14 +80,14 @@ function handleExportSettings() {
<p pos="relative top-14">
<Button class="btn" @click="handleImportSettings">
<template #left>
<mingcute:arrow-right-down-line />
<uil:import />
</template>
<input ref="importSettingsRef" type="file" accept=".json" hidden>
{{ $t('settings.import_settings') }}
</Button>
<Button class="btn" mt-2 @click="handleExportSettings">
<template #left>
<mingcute:arrow-left-up-line />
<uil:export />
</template>
{{ $t('settings.export_settings') }}
</Button>