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

koishi-plugin-yulu-satori

v0.2.14

Published

适用于koishi-satori的语录插件

Downloads

169

Readme

koishi-plugin-yulu

npm npm

适用于koishi的语录插件

v0.1.x适用于red适配器
v0.2.x适用于satori适配器

  • 指令:yulu_add [...rest]
    添加一条语录
    别名:添加语录
    准备添加语录,可添加多个tag,用空格隔开。之后由该指令发送者发送的下一张图片将作为语录图片

  • 指令:yulu_remove
    移除被引用的语录
    别名:删除语录
    移除被引用的语录(需要权限,添加平台用户id到adminUsers中获得)

  • 指令:yulu_tag_add [...rest]
    为一条语录增加tag
    别名:addtag
    为被引用的语录添加tag,多个tag用空格隔开,提示成功添加的tag数量

  • 指令:yulu_tag_remove [...rest]
    为一条语录移除tag
    别名:rmtag
    为被引用的语录移除tag,多个tag用空格隔开,提示成功移除的tag数量

  • 指令:yulu_select [...rest]
    随机获取一条语录
    别名:语录
    随机获取一条语录,参数列表作为要查找的tag 可用的选项有:
    -i, --id 直接通过id索引特定语录
    -g, --global 允许选取来自其他群聊的语录
    -t, --tag 发送语录时同时发送语录的tag
    -l, --list 以文字列表形式显示所有查询到的语录 -p, --page 指定list结果的页码 -f, --full 不进行分页,显示所有list的结果