Skip to content

Commit

Permalink
Merge pull request #1 from kanoyami/ver-nnk
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
kanoyami committed Dec 22, 2020
2 parents 6a9e904 + ed2d33d commit d6dde2a
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 11 deletions.
42 changes: 37 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,45 @@
* @LastEditTime: 2020-12-21 19:46:12
* @FilePath: /ac-danmu.js/Users/wangjunzheng/github/aclivechat-node/README.md
-->
# aclivechat nodejs实现
JavaScript全栈

* 下载:release 或 [百度网盘]( https://pan.baidu.com/s/1Z_-0BuEJw745D1Ma-GM0cg ) 链接:提取码: ansr
# aclivechat-node

JavaScript 全栈

- 下载:release 或 [百度网盘](https://pan.baidu.com/s/1Z_-0BuEJw745D1Ma-GM0cg) 提取码: ansr

## 和 aclivechat 的不同

与<a href="https://github.com/ShigemoriHakura/aclivechat">ShigemoriHakura/aclivechat</a>的不同

- 增加了气泡弹幕样式
- 删除了与 acfun 直播无关的文字和设置项
- 前后端 JavaScript 全栈
- 更精简的 Api 设计
- ws 出错自动重连,理论上不会寄了(我猜,大概

## TODO

- 增加抽奖姬集成
- React 重写前端页

## 特别鸣谢

* 猫猫子neneko@acfun
<p>
修改自<a href="https://github.com/xfgryujk/blivechat"
>xfgryujk/blivechat</a
>
<p>
前端fork from<a href="https://github.com/ShigemoriHakura/aclivechat">
ShigemoriHakura/aclivechat</a
>
<a href="https://www.acfun.cn/u/35119946" target="_blank">茂森白咲</a>
</p>
<p>感谢<a href=" https://github.com/orzogc/"> Orzogct</a>的原版解析</p>
<p>Special thanks to <a href="https://www.acfun.cn/u/8500263">猫猫子neneko.</a>感谢你的测试体验。</p>
</div>
## 该说的话

提供的使用体验成为了宝贵的测试反馈,感谢
技术本身不应该有偏见
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aclivechat-node",
"version": "0.3.0",
"version": "0.3.5",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down
1 change: 1 addition & 0 deletions public/css/app.66eb0cd4.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/css/app.ae08f57c.css

This file was deleted.

Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=referrer content=no-referrer><link rel="shortcut icon" href=/favicon.ico type=image/x-icon><title>aclivechat</title><link href=/css/app.ae08f57c.css rel=preload as=style><link href=/css/chunk-vendors.1fd6b4f3.css rel=preload as=style><link href=/js/app.1764410b.js rel=preload as=script><link href=/js/chunk-vendors.ad363f92.js rel=preload as=script><link href=/css/chunk-vendors.1fd6b4f3.css rel=stylesheet><link href=/css/app.ae08f57c.css rel=stylesheet></head><body><noscript><strong>We're sorry but blivechat doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.ad363f92.js></script><script src=/js/app.1764410b.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=referrer content=no-referrer><link rel="shortcut icon" href=/favicon.ico type=image/x-icon><title>aclivechat</title><link href=/css/app.66eb0cd4.css rel=preload as=style><link href=/css/chunk-vendors.1fd6b4f3.css rel=preload as=style><link href=/js/app.836f8d0e.js rel=preload as=script><link href=/js/chunk-vendors.ad363f92.js rel=preload as=script><link href=/css/chunk-vendors.1fd6b4f3.css rel=stylesheet><link href=/css/app.66eb0cd4.css rel=stylesheet></head><body><noscript><strong>We're sorry but blivechat doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.ad363f92.js></script><script src=/js/app.836f8d0e.js></script></body></html>
2 changes: 0 additions & 2 deletions public/js/app.1764410b.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/app.1764410b.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions public/js/app.836f8d0e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/app.836f8d0e.js.map

Large diffs are not rendered by default.

Binary file added public/static/img/nnk/nnk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6dde2a

Please sign in to comment.