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

genshin-novel-reader

v2.2.0

Published

[在线案例](https://michael18811380328.github.io/novel-demo/index.html)

Readme

原神背景小说阅读器 Genshin Novel Reader

案例 Demo

在线案例

Live Demo

一个使用 React 和 Express 框架,结合 MySQL 数据库构建的图书阅读+查询系统。

实现本地小说阅读上传、在线小说阅读下载和管理流程,支持用户自定义阅读器的外观和功能。

A book reading and query system built using React and Express framework combined with MySQL database.

Realize the local novel reading, local novel upload, online novel reading, novel download and management process, and support users to customize the appearance and function of the reader.

文档 Docs

文档网站

v 1.0

v latest

开发和使用 Development and use

安装依赖 Install dependencies:

npm install

在 localhost:3000 端口开启客户端 Run frontend page on localhost:3000 :

npm run start

运行单元测试 Run tests:

npm run test

在项目中使用

import AppContainer from 'genshin-novel-reader';

const mode = "online"

const server = "127.0.0.1:8081"

<AppContainer mode={mode} server={server}>

说明 More

原神小说阅读器的每个组件在 Github 上有独立的源代码库。

  • 小说阅读器(javascript版本):https://github.com/Novel-Reader/Genshin-novel-reader
  • 小说服务器:https://github.com/Novel-Reader/Genshin-novel-reader-express-server
  • 小说阅读器(typescript 版):https://github.com/Novel-Reader/novel-reader-ts
  • 文档源代码:https://github.com/Novel-Reader/Genshin-novel-reader-doc
  • 文档编译后代码:https://github.com/Novel-Reader/Novel-Reader.github.io

1.0 版本之前,服务器代码和阅读器代码都保存在一个存储库中,即 https://github.com/Novel-Reader/Genshin-novel-reader

1.0 之后,实现了前后端代码分离:

前端代码 https://github.com/Novel-Reader/Genshin-novel-reader

后端代码 https://github.com/Novel-Reader/Genshin-novel-reader-express-server

同时支持了前端 typescript 版本 https://github.com/Novel-Reader/novel-reader-ts