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

kivibot-plugin-note

v1.0.3

Published

QQ 机器人框架 KiviBot 的备忘录插件

Downloads

2

Readme

note for KiviBot

npm-version dm

KiviBot备忘录 插件。

安装

/plugin add note

启用

/plugin on note

权限

目前总共有 3 种权限:admin, list, all, 默认为 admin

admin: 只有主管理员能使用所有命令
list: 列表中的QQ号可以使用非管理员指令,存储于 config.json 文件下的 user 数组中
all: 所有QQ号都可以使用非管理员指令(有可能因使用人数多导致json文件数量多)

使用

主管理员指令:

/note mode   查看当前权限模式
/note mode <admin/list/all>   切换权限模式
/note addu <QQ号>   添加QQ号到权限列表中
/note rmu <QQ号>   从权限列表删除QQ号
/note user   查看list权限的列表

非管理员指令:

/note add <things>   添加一条备忘录
/note rm <i>   删除第 i 项备忘录
/note ls   查看备忘录

数据

数据存储于 data/plugins/note 下,与用户 QQ 号对应的 json 文件中

To do

·添加新权限:QQ 群,群内人员可使用 ·批量删除备忘录 ·将备忘录分为未完成及已完成,通过“完成”指令将未完成备忘录添加到已完成列表 ·在添加备忘录基础上可增加时间,到时间 QQ 机器人会通过消息提醒

其他 有问题可通过“KiviBot Beta 交流群“群内私聊 QQ 号 981442990

然后使用以下命令重载插件生效。

/plugin reload note