mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 14:53:47 +02:00
support navidrome playlist image upload
This commit is contained in:
@@ -28,6 +28,7 @@ import {
|
||||
LuArrowUpToLine,
|
||||
LuBookOpen,
|
||||
LuBraces,
|
||||
LuCamera,
|
||||
LuCheck,
|
||||
LuChevronDown,
|
||||
LuChevronLast,
|
||||
@@ -41,7 +42,6 @@ import {
|
||||
LuCloudDownload,
|
||||
LuCornerDownRight,
|
||||
LuCornerUpRight,
|
||||
LuDelete,
|
||||
LuDisc,
|
||||
LuDisc3,
|
||||
LuDownload,
|
||||
@@ -117,6 +117,7 @@ import {
|
||||
LuTable,
|
||||
LuTimer,
|
||||
LuTimerOff,
|
||||
LuTrash,
|
||||
LuTriangleAlert,
|
||||
LuUpload,
|
||||
LuUser,
|
||||
@@ -248,7 +249,7 @@ export const AppIcon = {
|
||||
check: LuCheck,
|
||||
clipboardCopy: LuClipboardCopy,
|
||||
collection: LuPackage2,
|
||||
delete: LuDelete,
|
||||
delete: LuTrash,
|
||||
disc: LuDisc,
|
||||
download: LuDownload,
|
||||
dragHorizontal: LuGripHorizontal,
|
||||
@@ -351,6 +352,7 @@ export const AppIcon = {
|
||||
unfavorite: LuHeartCrack,
|
||||
unpin: LuPinOff,
|
||||
upload: LuUpload,
|
||||
uploadImage: LuCamera,
|
||||
user: LuUser,
|
||||
userManage: LuUserRoundCog,
|
||||
visibility: MdOutlineVisibility,
|
||||
|
||||
Reference in New Issue
Block a user