Skip to content

Commit

Permalink
isweet
Browse files Browse the repository at this point in the history
  • Loading branch information
li-peifeng committed Jan 5, 2025
1 parent f2e6663 commit 391cd0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/pages/home/folder/Folder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ import { useLink, useT } from "~/hooks"
import { objStore } from "~/store"
import { ObjType } from "~/types"
import { bus } from "~/utils"
import lightGallery from "sweetphotos"
import lgThumbnail from "sweetphotos/plugins/thumbnail"
import lgZoom from "sweetphotos/plugins/zoom"
import lgRotate from "sweetphotos/plugins/rotate"
import lgAutoplay from "sweetphotos/plugins/autoplay"
import lgFullscreen from "sweetphotos/plugins/fullscreen"
import "sweetphotos/css/lightgallery-bundle.css"
import { LightGallery } from "sweetphotos/lightgallery"
import lightGallery from "iphotos"
import lgThumbnail from "iphotos/plugins/thumbnail"
import lgZoom from "iphotos/plugins/zoom"
import lgRotate from "iphotos/plugins/rotate"
import lgAutoplay from "iphotos/plugins/autoplay"
import lgFullscreen from "iphotos/plugins/fullscreen"
import "iphotos/css/lightgallery-bundle.css"
import { LightGallery } from "iphotos/lightgallery"
import { Search } from "./Search"

const ListLayout = lazy(() => import("./List"))
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/folder/Grid.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Grid } from "@hope-ui/solid"
import { For } from "solid-js"
import { GridItem } from "./GridItem"
import "sweetphotos/css/lightgallery-bundle.css"
import "iphotos/css/lightgallery-bundle.css"
import { local, objStore } from "~/store"
import { useSelectWithMouse } from "./helper"

Expand Down

0 comments on commit 391cd0b

Please sign in to comment.