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-maimai-kaleidxscope

v0.1.0

Published

BLUE KALEIDXSCOPE 门 / 天空街完美挑战 时间表(可配置时间段,次日4点更新)

Readme

koishi-plugin-maimai-kaleidxscope

BLUE KALEIDXSCOPE 时间表插件:查询 青门天空街完美挑战 当前时间段及 LIFE 要求。支持可配置时间段,按「次日 4 点」切换(可配置)。

指令

| 指令 | 别名 | 说明 | |------|------|------| | kaleidxscope/gate | 青门、门 | 当前青门时间段与 LIFE | | kaleidxscope/perfect | 天空街完美挑战、完美挑战 | 当前天空街完美挑战时间段与 LIFE |

配置

  • gateEvents:青门时间段列表,留空则使用内置 2026 默认表。
  • perfectChallengeEvents:天空街完美挑战时间段列表,留空则使用内置 2026 默认表。
  • updateHour:每日更新时间点(0–23),默认 4 表示次日 4 点切换。
  • guideUrl:攻略链接,默认 https://blue.awmc.cc,用于模板变量 {{guideUrl}}
  • messageTemplate:回复消息模板(见下方变量),可自定义整段文案。

每个时间段项:

  • start:开始日期 YYYY-MM-DD
  • end:结束日期 YYYY-MM-DD(不填表示「后续」一直有效)
  • difficultyMASTER / EXPERT / BASIC
  • life:LIFE 要求(自然数)

消息模板变量

messageTemplate 中可用变量({{变量名}}):

| 变量 | 说明 | |------|------| | {{stageName}} | 阶段名称(青门 / 天空街完美挑战) | | {{currentStage}} | 当前时间段(如 2026-01-30 ~ 2026-02-05) | | {{currentDifficulty}} | 当前难度 | | {{currentLife}} | 当前 LIFE | | {{nextUpdate}} | 下次更新日期(无则显示 无) | | {{nextDifficulty}} | 下次难度 | | {{nextLife}} | 下次 LIFE | | {{guideUrl}} | 攻略链接 |

默认模板效果示例:

当前青门阶段:
难度: MASTER LIFE: 50

下次更新在 2026-02-05
难度: EXPERT LIFE: 100

具体攻略 https://blue.awmc.cc

内置 2026 时间表

  • 青门:2.1–2.4 MASTER 50;2.5–2.11 EXPERT 100;2.12–后续 BASIC 999
  • 天空街完美挑战:1.30–2.5 MASTER 10;2.6–2.12 EXPERT 50;2.13–2.19 EXPERT 100;2.19–后续 BASIC 300

安装与使用

# 在 Koishi 项目目录
npm i koishi-plugin-maimai-kaleidxscope

在 Koishi 中启用插件并(可选)在控制台配置 gateEventsperfectChallengeEventsupdateHourguideUrlmessageTemplate