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-win

v0.0.43

Published

我们遥遥领先!

Downloads

163

Readme

koishi-plugin-win

npm

  • 我们又赢了!
  • win指令
    • 使用名为“zvv”的数据表记录每天用户赢的结果,并限制每日只能赢一次
    • 其概率分别为:灵活赢 - 2%,小赢 - 48%,中赢 - 25%、大赢 - 17%、特大赢 - 5%、赢麻了 - 2%、[数据删除] - 1%
    • “共同富win”功能:win程度为1~2%时的结果为“灵活赢”,抽到“灵活赢”的用户当天可以再抽一次,赢的程度与当前最赢者(必须大赢及以上,否则失败)平分
    • “精准扶win”功能:若某用户连续3天抽到“小赢”,则其赢级会在第4天提高40%,最高为100%
    • “风口飞win”功能:每日从9-21点钟内随机抽取一小时,作为当日的“风口”,在该风口时间内首位win的用户将获得40%的加成,每群仅限一次(该功能优先于“精准扶win”,如果飞win后仍是小赢,则累积到后一天触发)
    • “心心相win”功能:群内赢级之和为99的两人,会获得来自教授的祝福
  • win.window指令(别名:查看风口)
    • 需要3级权限
    • 用于在日志中查看当日风口
    • 风口在每日0时更新,若错过而没有生成风口,那么执行该指令会生成一个新的风口
    • 若风口已存在,则将其数值以及有用户触发“飞win”功能的群组均输出至日志中供查看
  • win.help指令
    • 用于查看该插件的功能
  • win.clear指令
    • 测试功能,需要5级权限
    • 使用后,清空该群当日所有赢级
    • 将赢级置为-1,且小赢者天数减1
  • rank指令
    • 用于获取当前群的赢级排行,默认情况下显示前5名
    • 可选选项a或all,用于查看当前完整的当前群赢级排行
    • 可选选项s或statistics,用于查看当前群赢级的统计数据
    • 被“共同富win”功能“帮扶”过的用户与当前榜一,在参数all显示的排行榜中会被标注为“共赢”
  • ask指令(别名:评价)
    • 后跟参数,可以让张教授做出评价
    • 该功能的实现使用在线语录库,在插件配置页面提供两个链接,供用户使用
  • ask.update指令(别名:更新语录库)
    • 语录库的自动更新功能取消,用这个指令来手动更新语录库,建议一周一次
    • 需要3级权限 不再提供本地自定义语录库的功能,该功能请移步how-to-evaluate插件。