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-anime-convention-lizard-vincentzyu-fork

v3.1.0-beta.4-20260408

Published

查询某个城市即将开始的漫展或查询相关动漫的漫展,提供订阅服务

Readme

koishi-plugin-anime-convention-lizard-vincentzyu-fork

koishi-plugin-anime-convention-lizard-vincentzyu-fork

anime-convention-lizard-vincentzyu-fork 是一款针对漫展查询与订阅的 Koishi 插件。对接 无差别同人站 (www.allcpp.cn),通过简单的指令快速查询城市或主题相关的漫展,并提供订阅与管理功能。

npm npm-download GitHub Gitee

上游仓库https://github.com/lizard0126/anime-convention-lizard


✨ 特性

  • 🔍 多维查询:支持按城市名或漫展主题关键词进行搜索。
  • 📅 订阅系统:订阅感兴趣的关键词,一键获取所有关注城市的漫展动态。
  • 🖼️ 精美渲染:支持通过 Puppeteer 将查询结果渲染为精美图片(可选)。
  • 🔤 自定义字体:支持加载本地字体文件,让图片渲染更符合你的审美。
  • 🚀 自托管后端:支持配置自定义后端 API,稳定可靠。

🔍 预览

https://gitee.com/vincent-zyu/koishi-plugin-anime-convention-lizard-vincentzyu-fork/releases/download/preview2/list-preview.png https://gitee.com/vincent-zyu/koishi-plugin-anime-convention-lizard-vincentzyu-fork/releases/download/preview2/detail-preview.png


📦 安装

在 Koishi webui的插件市场中搜索插件名anime-convention-lizard-vincentzyu-fork 并安装。

或者 Koishi webui的依赖管理中搜索npm包名koishi-plugin-anime-convention-lizard-vincentzyu-fork 并安装。

或者使用 npm/yarn:

npm install koishi-plugin-anime-convention-lizard-vincentzyu-fork
yarn add koishi-plugin-anime-convention-lizard-vincentzyu-fork

🛠️ 前置依赖

  • 必须依赖database (用于存储订阅信息)
  • 可选依赖puppeteer (用于图片渲染功能)
    • 推荐安装:koishi-plugin-puppeteer@shangxueink/koishi-plugin-puppeteer-without-canvas

⚙️ 配置说明

🔗 后端 API 配置

本插件默认使用作者提供的公共 API。如果你希望自托管后端以获取更稳定的服务,可以前往 allcpp-search-go 下载二进制文件直接运行,或者从源码自行编译。

📡 三种请求模式详解

🔄 Proxy 模式(远程中转)

  • 工作原理:通过远程中转服务器转发请求到 allcpp.cn
  • 适用场景:不想自托管后端,直接使用作者提供的公共服务
  • 配置示例
    priorityMode: 'proxy'
    apiUrl: 'http://xwl.vincentzyu233.cn:51225/search'  // 作者提供的公共API

🏠 Local 模式(本地直连)

  • 工作原理:直接请求 allcpp.cn 官网,不经过任何中间层
  • 适用场景:追求最直接的访问方式,无需额外部署
  • 注意:此模式为实验性功能,可能受 allcpp.cn 反爬策略影响
  • 配置示例
    priorityMode: 'local'
    // 无需配置 apiUrl

🌍 Distributed 模式(分布式本地后端)

  • 工作原理:插件内置基于 Fastify 的本地 HTTP 服务器,启动后自动监听配置的地址和端口,代理请求 allcpp.cn
  • 适用场景:希望在本机部署代理服务以获得更稳定的访问和更好的性能
  • 依赖:需要安装 fastify@fastify/cors(运行 yarn add fastify @fastify/corsnpm install fastify @fastify/cors
  • 配置示例
    priorityMode: 'distributed'
    localServerHost: '0.0.0.0'  // 本地Fastify服务器监听地址
    localServerPort: 60407       // 本地Fastify服务器监听端口(自动构建URL,无需配置apiUrl)

💡 模式推荐Local 模式 > Distributed 模式 > Proxy 模式

  • Local 模式Distributed 模式均可在 Koishi 内直接完成,无需额外部署
  • Proxy 模式依赖外部中转 API(如 Go 后端),适合无法直连 allcpp.cn 的网络环境

🔤 字体设置

你可以手动下载字体文件,并在插件配置项中填写字体的绝对路径

推荐字体:

💡 提示:如未填写或路径无效,将自动回退为系统默认字体。


📖 使用方法

🔍 漫展查询

| 指令 | 说明 | 示例 | | :--- | :--- | :--- | | 漫展 查询 <关键词> | 查询指定城市或主题的漫展 | 漫展 查询 南京 | | 漫展 一键查询 | 查询所有已订阅关键词的漫展 | 漫展 一键查询 | | 漫展 图片查询 <关键词> | 以图片形式展示查询结果 | 漫展 图片查询 东方 | | 漫展 一键图片查询 | 以图片形式展示所有订阅结果 | 漫展 一键图片查询 |

📌 订阅管理

| 指令 | 说明 | 示例 | | :--- | :--- | :--- | | 漫展 订阅 <关键词> | 订阅指定关键词 | 漫展 订阅 上海 | | 漫展 取消订阅 <关键词> | 取消订阅指定关键词 | 漫展 取消订阅 上海 | | 漫展 取消订阅 | 清空所有订阅 | 漫展 取消订阅 | | 漫展 订阅列表 | 查看当前订阅的关键词 | 漫展 订阅列表 |


☕ 原作者留下的

如果这个插件对你有帮助,可以请我喝杯可乐🥤 (https://ifdian.net/a/lizard0126)