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 🙏

© 2026 – Pkg Stats / Ryan Hefner

koishi-plugin-engage-kiss

v2.8.6

Published

Engage Kiss 插件 - 提供注册和签到功能

Readme

koishi-plugin-engage-kiss

Engage Kiss 插件 - 提供注册和签到功能

功能特性

  • ✅ 用户注册系统
  • ✅ 每日签到功能
  • ✅ 连续签到奖励
  • ✅ 体力恢复系统
  • ✅ 金币经济系统
  • ✅ 账号状态查询

安装

npm install koishi-plugin-engage-kiss

配置

koishi.yml 中添加以下配置:

plugins:
  engage-kiss:
    dailyReward: 100      # 每日签到基础奖励
    maxStamina: 100       # 最大体力值
    staminaRecoveryTime: 300  # 体力恢复时间(秒)

使用方法

注册账号

注册

每日签到

签到

查看状态

状态

命令列表

| 命令 | 别名 | 功能 | |------|------|------| | engage-kiss.register | 注册 | 注册 Engage Kiss 账号 | | engage-kiss.signin | 签到 | 每日签到 | | engage-kiss.status | 状态 | 查看账号状态 |

功能说明

注册系统

  • 每个用户只能注册一次
  • 注册后获得初始体力

签到系统

  • 每日可签到一次
  • 连续签到有额外奖励(最多7天)
  • 签到时间以服务器时间为准

体力系统

  • 体力随时间自动恢复
  • 可用于后续的游戏功能扩展

金币系统

  • 通过签到获得金币
  • 可用于后续的商店系统

常见问题

Q: 为什么无法注册?

A: 请确保:

  1. 数据库服务已正确配置
  2. 没有重复注册
  3. 插件已正确加载

Q: 为什么无法签到?

A: 请确保:

  1. 已经注册账号
  2. 今天还没有签到过
  3. 数据库连接正常

Q: 体力不恢复怎么办?

A: 体力每5分钟恢复1点,请稍等片刻后查看状态。

更新日志

v2.8.5

  • 修复了注册和签到功能
  • 优化了数据库存储
  • 添加了体力恢复系统
  • 改进了错误处理

许可证

MIT License