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-star-security

v1.0.10

Published

给臭耀星做的进群审批

Downloads

181

Readme

koishi-plugin-star-security

npm

给臭耀星做的进群审批

限定了只适用于Onebot适配器 ( 其他的怕出问题 )

进群审批为关键词审批

人机验证为6位数字输入验证

配置项

基础设置 ( 自动审批 )

autoJoin

  • 类型: boolean

是否自动批准入群

groupList

  • 类型: string[]

启用的群组列表,填写QQ群号

适用于一群二群三群相同的审批单词的

如果需要不同群不同审批词,右上角管理配置->添加新配置

wordList

  • 类型: string[]

自动审批的单词

也就是如果用户进群包含其中任意一个单词

就自动审批通过

welcomeText

  • 类型: string

进群欢迎文本

反机器人设置 ( 人机验证 )

antiRobot

  • 类型: boolean

是否开启人机验证

allowTime

  • 类型: number
  • 默认: 30

人机验证允许时长(分钟)

也就是需要在{allowTime}秒内验证

inkRemind

  • 类型: number
  • 默认: 5

人机验证提醒间隔(分钟)

在第一次进群提醒之后,当用户发言间隔超过该值

会提醒其进行人机验证