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 🙏

© 2024 – Pkg Stats / Ryan Hefner

picgo-plugin-lankong

v1.1.3

Published

Picgo uploader for 兰空图床 lsky-pro 支持V1和V2

Downloads

169

Readme

picgo-plugin-lankong

下载 版本 许可

这是一个为 兰空图床 适配开发的 PicGo 图片上传插件。基于 PicGo V2.3.0 开发。

Lsky Pro 是一个用于在线上传、管理图片的图床程序,中文名:兰空图床,你可以将它作为自己的云上相册,亦可以当作你的写作贴图库。
兰空图床始于 2017 年 10 月,最早的版本由 ThinkPHP 5 开发,后又经历了数个版本的迭代,在 2021 年末启动了新的重写计划并于 2022 年 3 月份发布全新的 2.0 版本。

以上引用来自 lsky pro v2 docs

版本日志

click me to view changelog


安装和使用

1. 在线安装(推荐)

打开 PicGo 详细窗口,选择插件设置,搜索 lankong (author 是 hellodk) 安装。

20220323110227

2. 离线安装

克隆该项目,解压缩到路径 /path/to/picgo-plugin-lankong

进入以下目录

Windows: %APPDATA%\picgo\
Linux: $XDG_CONFIG_HOME/picgo/ or ~/.config/picgo/
macOS: ~/Library/Application\ Support/picgo/

在对应系统的 PicGo 程序配置文件路径下执行 npm install /path/to/picgo-plugin-lankong,然后重启应用即可。

3. 使用方法

lankong新设置

  • Lsky Pro Version 在下拉菜单中选择 Lsky Pro 版本,V1 还是 V2,默认 V1
  • 填写图床的 server url,注意不要以 / 结束
    • https://image.example.com ✅️
    • https://image.example.com/ ❌️
  • 填写 Auth Token 使用 Bearer 拼接
  • Strategy ID,存储策略 ID,如果是 V1 或 V2 使用默认存储策略的用户,请留空;除非你知道具体 ID,否则请留空
  • Album ID,相册 ID,只针对 V2 有效
  • Permission,图片权限,公开还是私有,默认是私有
  • Sync Delete 同步删除选项,只支持 V2,开启后在 PicGo 相册中删除图片可同步删除图床上的文件,默认关闭
  • Ignore certificate error 开关,默认关闭,请保持关闭,除非你遇到 certificate has expired 等证书报错才需要考虑将其开启。由于有些站点使用 Let's Encrypt 颁发的免费证书,有效期只有 90 天,在测试上传中遇到了 certificate has expired 错误,打开开关 Ignore certificate error 即可成功上传

补充说明 token 的获取方式

1. 使用 cURL(推荐)

# curl -X POST -H "Accept: application/json" \
  -d '{"email=YOUR_EMAIL_ADDRESS&password=YOUR_PASSWORD"}' \
  https://image.example.com/api/v1/tokens

此命令仅适用于 V2,V1 用户只需要进入个人设置页面复制、粘贴使用即可。

2. 使用 postman 等软件

  1. 兰空图床 V1 token 的获取方式很简单,注册后进入个人设置页面就能看到,复制后使用即可
  2. 兰空图床 V2 token 的获取方式如下
    1. 登录到一个 V2 版本的兰空图床,比如 https://image.example.com 进入 API 接口页面 https://image.example.com/api 查看获取一个 token 的方式
    2. 使用 postman 之类的 api 调试工具发起一个 http post 请求即可生成一个 token,请求时的细节如下
      1. 请求 url: https://image.example.com/api/v1/tokens
      2. 请求方法: POST
      3. 设置请求头 Accept 的值为 application/json
      4. 请求体中使用 json 语法填入邮箱和密码
        {
          "email": "[email protected]",
          "password":"your_password"
        }
      5. 请求成功后得到返回信息中的 token,使用 Bearer 拼接拿到的 token 作为 Auth Token 填入 PicGo 设置中。注意 Bearer 和返回的 token 之间有个空格,请严格按照格式填写,程序不会校验这个细节

如果觉得项目有用,欢迎点个免费的 star ⭐️️ 激励一下我。感谢!

开源许可证

Released under the MIT License.

欢迎随意打赏

如果您觉得我的小小工作提升了您的 workflow,欢迎随意打赏。