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-deer-pipe

v1.7.2

Published

*[<ruby>deer-pipe<rp>(</rp><rt>点我查看README</rt><rp>)</rp></ruby>](https://github.com/shangxueink/koishi-shangxue-apps/tree/main/plugins/deer-pipe)* 一个🦌管(鹿管)签到小[插件 效果预览](https://i0.hdslb.com/bfs/article/496e02d92547d2a74c17ff9280e8ab55312276085.png) 日历效果的签

Downloads

1,441

Readme

koishi-plugin-deer-pipe

npm

📖 介绍

一个🦌管签到小插件

➡️ 源想法和代码都来自这两个项目:

https://github.com/SamuNatsu/nonebot-plugin-deer-pipe

https://gitee.com/kyrzy0416/yunzai-plugin-deer-pipe/tree/master

⚠️ 注:我们只是大自然的搬运工

📸 效果展示

img

📦 命令合集

插件配置说明

该插件的配置项分为四大部分

1. 签到设置

  • enable_deerpipe: 是否允许重复签到。
  • 说明: 开启后,允许用户多次签到。关闭后,用户只能签到一次。
  • maximum_times_per_day: 每日签到次数上限。
  • 说明: 用户每天最多签到的次数,最低设置为 2 次。
  • enable_blue_tip: 是否开启补签提示。
  • 说明: 开启后,签到时会加上【提示用户可以进行补签】的文字。

2. 排行榜设置

  • leaderboard_people_number: 排行榜显示人数。
  • 类型: number
  • 默认值: 15
  • 说明: 排行榜上展示的用户数量,最低可以设置为 3。
  • enable_allchannel: 是否展示全频道用户排名。
  • 类型: boolean
  • 默认值: false
  • 说明: 开启后,排行榜将展示所有频道用户的排名。关闭后,仅展示当前频道用户排名。
  • Reset_Cycle: 排行榜重置周期。
  • 类型: string
  • 可选值: 每月不重置
  • 默认值: 每月
  • 说明: 每月重置签到排行榜,重置后重新开始排名。如果选择“不重置”,则不会重置排行榜。

3. 货币设置

  • currency: 货币单位名称。
  • 类型: string
  • 默认值: deerpipe
  • 说明: 用于显示货币单位的字段,代表用户获得或花费的货币名称。
  • cost.checkin_reward: 签到时的货币变动。
  • 类型: array
  • 说明: 该字段控制不同签到相关命令的货币奖励或扣除。每个命令对应的 cost 表示执行该命令时货币的增减。
  • cost.store_item: 商店道具价格表。
  • 类型: array
  • 说明: 用户可以在商店中购买的道具及其对应的价格(以货币为单位)。

4. 调试设置

  • calendarimage: 每日签到日历图像的 路径。
  • 类型: string
  • 说明: 用于显示每日签到的图片,需填入图片的 路径。
  • loggerinfo: 是否启用 debug 日志模式。
  • 类型: boolean
  • 默认值: false
  • 说明: 开启后,输出更多的 debug 日志信息,用于调试插件行为。

monetary · 通用货币设置

这个配置项可以自定义 monetary 的 currency 字段

这是一个通用货币数据库,你可以让其他支持此功能的插件一起连通后互动数据。

如果你需要与 koishi-plugin-monetary 插件联动

根据此插件的默认currency字段为 default

那你需要修改本插件配置项为 default , 然后重载本插件即可。

calendarpngimagepath 配置项说明

这里需要填入一个图片的base64编码后的内容。

我们推荐你前往这里寻找PNG图片 -> https://www.stickpng.com/zh

在找到心仪的PNG图片后,

请把图片放到 koishi 的 /data这样的数据文件夹下,

以便calendarpngimagepath配置项可以选中


🚀 声明

  • 文件借鉴了很多插件,精简个人认为可以精简的内容。
  • 素材来源于网络,仅供交流学习使用
  • 严禁用于任何商业用途和非法行为

注意事项

  • 请根据你的需求调整配置项和数据库表结构。
  • 如果遇到问题,请查看插件代码或寻求社区支持。