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-smmcat-fishtime

v0.7.4

Published

在群内玩钓鱼吧!

Downloads

96

Readme

koishi-plugin-smmcat-fishtime

npm

在群内玩钓鱼吧!

0.6.1

  • 将伪随机改为真随机方式
  • 当鱼塘没有鱼时,发起 开始钓鱼 会 提示玩家 并 询问玩家 是否继续
  • 一些代码的逻辑优化

0.6.1

  • 将代码中的 <image url=> 改为 <img src=>

0.6.3

  • 修复熊事件吃鱼的问题

0.6.4 - 0.6.5

  • 修复鱼竿替换、鱼竿升级的问题

0.6.6

  • 减少了 鱼跑了 事件的发生

0.6.7

  • 增加了 僵尸妹妹、诚实的钓鱼佬 事件
  • 优化了钓鱼基数的设置

0.6.8

  • 修复 查看道具 不输入任何参数情况下 显示 undefined 问题

0.6.9

  • 增加了配置项:每次事件触发的最长等待区间、每轮钓鱼触发事件的总数量区间、群内鱼塘刷新后存在的鱼区间
  • 一些小的优化

0.6.10

  • 增加配置项:弃用事件系统,直接查看结果获得鱼

0.6.11

  • 修复:每轮钓鱼触发事件的总数量区间的默认配置项错误

0.6.12

  • 合理化:弃用事件系统后,理应降低钓大鱼的概率

0.6.13

  • 修复钓鱼成就可以任意佩戴的问题,并提供了自检操作;用户之前若佩戴了不合规成就,在发送对应指令会自动卸下

0.6.14

  • 增加了批量卖出鱼类的操作,例如 /钓鱼卖出 杂鱼 10

0.6.16

  • 修复当鱼塘没有鱼时候发起钓鱼,仍然扣费的问题
  • 增加自由事件,无需用户操作

0.6.17

  • 增加了命名空间,将指令进行归类

0.6.20

  • 增加了对私聊钓鱼的适配

0.6.21

  • 对 阿库娅的祝福 描述与实际效果不正确的修正(感谢 @faster真菌 反馈)

0.6.22

  • 修复对私聊钓鱼的适配

0.7.0

  • 增加了 青鱼石斑鱼 的鱼类
  • 增加了食材道具 烤鱼炸鱼条鱼汤爱丽丝天妇罗
  • 增加了 烹饪系统 使用指令 /钓鱼烹饪/烹饪收获,通过此方式可以获得食材道具
  • 一些小 bug 的修复和优化,例如修复 钓鱼道具 没有出现在 /钓鱼 集合中

0.7.1

  • 调整 青鱼 的价格和稀有度
  • 增加公共菜系 清蒸多宝鱼

0.7.4

  • 周事件数据原先是在 koishi-plugin-smmcat-fishtime 包中读取,这是不方便的。从 0.7.4 版本改为了默认在用户实例下的 ./data/fishData/config 目录下的 week.json 中,方便用户直接修改数据实现自定义配置。