New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koishi-plugin-get-images-from-local-path

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-get-images-from-local-path

用于查找、获取本地图片

  • 0.0.11
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

koishi-plugin-get-images-from-local-path

npm

  • 提供指令getpic用于获取本地图片
    • 本指令有一可选变长参数,可传入若干个空格分隔的关键词
    • 若查询结果唯一,则返回图片
    • 若查询结果有多项,则返回符合条件的文件名称,每次返回结果数量的最大值可在配置中修改
    • 若不提供关键词,则随机抽取图片
    • 可在配置中更改关键词中是否允许数字、包含一个字,以及包含后缀名
    • 提供force参数,启用后执行强制查询,无视配置中对关键词的限制
    • 提供fuzzy参数,启用后执行模糊查询,将按照给定关键词中包含的文字计算jaccard系数(主要为以汉字为主的查找考虑),按该系数从大到小排序,返回结果
    • 若启用furtherSearch配置,则在查找结果多于1条时,为查找结果编号
  • 提供指令select用于从查找结果中进一步查找
    • 可在配置中选择开启或关闭,默认开启
    • 若参数为数字,如:select 5,将发出编号为5的图片
    • 若参数为字符串,如:select 自信,将从结果中进一步查找包含“自信”的文件名
    • 查找结果多于1条时,会被保存,供进一步查找
    • 提供force参数,启用后执行强制查询,无视配置中对关键词的限制,此时提供的数字参数也会被作为关键词参与搜索
    • 临时存储的查找结果会在执行getpic指令之初清零;此外,这些结果也会在无后续select操作的2分钟后清零
    • 提供clear参数用于手动清零


更新记录:

  • 0.0.5 添加强制查询,修复了不传入参数时也会错误执行查询的问题。
  • 0.0.6 修复了部分查询与显示的问题,并添加select指令及与之相关的特性。
  • 0.0.7 修复select指令后接编号返回图片错误的问题
  • 0.0.8 添加模糊查找功能,并在配置中添加“允许强制查找”参数
  • 0.0.9 修复了select指令失效的问题

Keywords

FAQs

Package last updated on 07 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc