跳至主要內容
vuepress-theme-hope

vuepress-plugin-photo-swipe

为 VuePress2 提供图片预览支持

快速上手配置

让页面图像支持预览,缩放,共享,滑动查看和下载。

使用插件

安装

pnpm
pnpm add -D vuepress-plugin-photo-swipe

使用

TS
import { photoSwipePlugin } from "vuepress-plugin-photo-swipe";

export default {
  plugins: [
    photoSwipePlugin({
      // 你的选项
    }),
  ],
};

从 V1 迁移

详见 迁移指南