最近看 B 站比较多,想着弄一个 UP 更新日历,主要是每次关注了一个 宝藏 up 之后,想着跳到指定日期观看,也可以看看他这一年的更新情况,比如累计的更新频率,点赞数和投币数之类。 页面整体是一个全年日历的形式,一个搜索框吊顶,可以输入 B 站 up 姓名 或者 UID,再加上一行全年累计统计,累计的更新频率,点赞数和投币数之类,还有一块图例(说明不同颜色代表的含义)
单天如果有发布视频,日历上会显示 蓝色,点击蓝色日历块吗,可以弹出当天的发布的视频概要和跳转地址。
see egg docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
- Use
npm run lint
to check code style. - Use
npm test
to run unit test. - Use
npm run autod
to auto detect dependencies upgrade, see autod for more detail.