mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-02-04 16:16:55 +00:00
누락된 썸네일 생성 기능 구현
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
import { requestLogout } from "./service";
|
||||
|
||||
import IconStorage from "~icons/material-symbols/storage";
|
||||
import IconImage from "~icons/material-symbols/image";
|
||||
import IconPassword from "~icons/material-symbols/password";
|
||||
import IconLogout from "~icons/material-symbols/logout";
|
||||
|
||||
@@ -33,6 +34,13 @@
|
||||
>
|
||||
캐시
|
||||
</MenuEntryButton>
|
||||
<MenuEntryButton
|
||||
onclick={() => goto("/settings/thumbnails")}
|
||||
icon={IconImage}
|
||||
iconColor="text-blue-500"
|
||||
>
|
||||
썸네일
|
||||
</MenuEntryButton>
|
||||
</div>
|
||||
<div class="space-y-2">
|
||||
<p class="font-semibold">보안</p>
|
||||
|
||||
Reference in New Issue
Block a user