Skip to content

RedhairHambagu/DanmuTool

Repository files navigation

弹幕工具

基于duan602728596/48tools 的二次开发

待办

  • 当前登录 需要借助48tools

项目启动

本地使用

  1. 下载repo
git clone repo_address
cd DanmuTool
  1. 安装node
brew install node
# 或者直接下载node,其他方式可自行使用搜索工具
# 查看node安装
node --version

安装依赖项

npm install

# 速度慢可使用yarn
node install -g yarn
yarn install
  1. 然后终端运行下面代码
npm run dev
  1. localhost:9250

备注 [0] You are using Node.js 16.20.2. For Next.js, Node.js version >= v18.17.0 is required. [1] WebSocket 服务器已启动,监听 ws://localhost:8080 [0] npm run next exited with code 1

nvm install 18
nvm use 18

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published