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

miao-yunzai123

v3.0.1

Published

QQ group Bot

Downloads

2

Readme

Miao-Yunzai v3

基于乐神版云崽v3.0 改造

需要同时安装miao-plugin ,且后续的一些底层改造可能会改变数据结构,无法直接迁回原版Yunzai,请根据自己需求情况慎重安装


与原Yunzai独立的仓库,去除了较为敏感的签到功能,以尝试恢复Github 环境。附加Gitee

  • 由于是独立新的仓库,【只建议新部署/部署后迁移】,不建议原Bot直接换源强更
  • 使用icqq登录,防止oicq可能出现的低版本问题(如只需要此特性,可使用Yunzai-V3 )
  • 基础功能会保持与Yunzai同步迭代更新,如只需原版Yunzai功能则无需切换

Miao-Yunzai后续计划

先刨坑,但也许会咕咕咕

  • 功能与miao-plugin部分功能进行整合或升级
    • 角色卡片、抽卡分析等使用miao-plugin版本
    • miao-plugin的帮助、设置、版本信息会升至Miao-Yunzai,以支持更多场景
  • 一些底层会与miao-plugin做更深层的联动,以支持一些高级功能
    • 基于面板信息的uid管理及认证
    • ck切换感知等
  • 逐步实验一些新的特性
    • 更完备的plugin基础能力支持
    • 第三方 IM / Bot / WebAPI 对接或适配等

项目仅供学习交流使用,严禁用于任何商业用途和非法行为

使用方法

环境准备: Windows or Linux,Node.js( 版本至少v16以上 ), Redis

1.克隆项目并安装miao-plugin

请根据网络情况选择Github安装或Gitee安装

# 使用 Github 
git clone --depth=1 https://github.com/yoimiya-kokomi/Miao-Yunzai.git
cd Miao-Yunzai 
git clone --depth=1 https://github.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/


# 使用Gitee
git clone --depth=1 https://gitee.com/yoimiya-kokomi/Miao-Yunzai.git
cd Miao-Yunzai 
git clone --depth=1 https://gitee.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/

2.安装pnpm ,已安装的可以跳过

# 使用npmjs.org安装
npm install pnpm -g

# 指定国内源npmmirror.com安装
npm --registry=https://registry.npmmirror.com install pnpm -g

3.安装依赖

# 直接安装
pnpm install -P

# 如依赖安装缓慢或失败,可尝试更换国内npm源后再执行install命令
pnpm config set registry https://registry.npmmirror.com
pnpm install -P

4.运行(首次运行按提示输入登录)

node app

致谢

| Nickname | Contribution | |:-------------------------------------------------------------:|-------------------| | Yunzai v3.0 | 乐神的Yunzai-Bot V3 | | GardenHamster | 模拟抽卡背景素材来源 | | 西风驿站 | 角色攻略图来源 | | 米游社友人A | 角色突破素材图来源 |