npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

hexo-plugin-panlink

v1.0.11

Published

A hexo plugin for multiple cloud storage platform links with beautiful animation effects

Readme

hexo-plugin-panlink

npm version license

一个用于在 Hexo 博客中优雅展示网盘下载链接的插件,支持多个网盘平台,并带有美观的动画效果。

English | 简体中文

预览效果

Preview

特性

  • 🎨 精美的深色卡片设计
  • ✨ 流畅的动画效果
  • 🎯 支持多个网盘平台
  • 🔒 支持提取码显示
  • 📱 响应式设计

安装

npm install hexo-plugin-panlink --save

使用方法

在你的 Markdown 文章中使用:

{% panlink platform "文件名" "下载链接" "提取码" %}

示例

{% panlink baidu "测试文件.zip" "https://pan.baidu.com/s/xxx" "1234" %}
{% panlink quark "文档.pdf" "https://pan.quark.cn/s/xxx" "abcd" %}
{% panlink lanzou "软件.exe" "https://lanzou.com/xxx" %}

支持的平台

| 平台 | 标识符 | 是否支持提取码 | |--------------|-----------|----------------| | 百度网盘 | baidu | ✅ | | 夸克网盘 | quark | ✅ | | 蓝奏云 | lanzou | ✅ | | 阿里云盘 | aliyun | ✅ | | 天翼云盘 | tianyi | ✅ | | 城通网盘 | chengtong | ✅ | | 123云盘 | 123 | ✅ | | 蓝奏云 | lanzou | ✅ | | GitHub | github | ❌ | | Gitee | gitee | ❌ | | 微云 | weiyun | ✅ | | 115网盘 | 115 | ✅ | | 迅雷云盘 | xunlei | ✅ | | 中国移动云盘 | yidong | ✅ | | 坚果云 | jianguo | ✅ | | UC网盘 | uc | ✅ | | 文叔叔 | wenshushu | ✅ |

自定义样式

如果你想自定义样式,可以在你的主题 CSS 文件中覆盖以下类:

.pan-link-card { /* 卡片容器 */ }
.pan-link-content { /* 内容布局 */ }
.pan-icon { /* 图标样式 */ }
.pan-info { /* 信息区域 */ }
.pan-name { /* 文件名 */ }
.pan-code { /* 提取码 */ }
.pan-button { /* 下载按钮 */ }

许可证

本项目基于 MIT 许可证开源 - 查看 LICENSE 文件了解更多细节