All Projects → Qinmei → Qinvideo

Qinmei / Qinvideo

基于node.js开发的一套CMS后台管理系统,支持番剧,漫画,文章,弹幕等等

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Qinvideo

Hugo
The world’s fastest framework for building websites.
Stars: ✭ 55,899 (+21073.86%)
Mutual labels:  cms
Sequents
A simple continuous animation library for iOS UI.
Stars: ✭ 31 (-88.26%)
Mutual labels:  animate
Nonecms
基于thinkphp5.1 的内容管理系统,可快速搭建博客、企业站;并且增加了实时聊天室
Stars: ✭ 261 (-1.14%)
Mutual labels:  cms
pixi-ease
pixi.js animation library using easing functions
Stars: ✭ 90 (-65.91%)
Mutual labels:  animate
FluentTransitions
▶ Smooth UI animations & transitions for .NET
Stars: ✭ 27 (-89.77%)
Mutual labels:  animate
Yii2cmf
基于yii2的cmf管理系统
Stars: ✭ 255 (-3.41%)
Mutual labels:  cms
Kooboo
A new web development methodology for JavaScript & C# developers. A super fast and very easy to use CMS.
Stars: ✭ 253 (-4.17%)
Mutual labels:  cms
Sequent
A simple continuous animation library for Android UI.
Stars: ✭ 263 (-0.38%)
Mutual labels:  animate
phaser-ui-comps
Phaser 3 UI Components built by Adobe Animate
Stars: ✭ 60 (-77.27%)
Mutual labels:  animate
Yascmf
已过时,请访问5.2新版仓库
Stars: ✭ 258 (-2.27%)
Mutual labels:  cms
hoc-react-animate
Add a CSS class whenever a props change (or/and at mount)
Stars: ✭ 14 (-94.7%)
Mutual labels:  animate
Dynamic.css
🚀 Awesome Library of CSS3 animations 🎉
Stars: ✭ 38 (-85.61%)
Mutual labels:  animate
Old Lms Laravel
Laravel Learning Management System (LMS)
Stars: ✭ 258 (-2.27%)
Mutual labels:  cms
vue-animate-onscroll
A simple component that animates elements as they scroll into view.
Stars: ✭ 89 (-66.29%)
Mutual labels:  animate
Cms
Club Management System of amFOSS, powered by CMS
Stars: ✭ 263 (-0.38%)
Mutual labels:  cms
Keystone Classic
Node.js CMS and web app framework
Stars: ✭ 14,770 (+5494.7%)
Mutual labels:  cms
sinus-studio
Draws and animates a 3D spirograph-like curves.
Stars: ✭ 19 (-92.8%)
Mutual labels:  animate
Mili
mili 是一个开源的社区系统,界面优雅,功能丰富😛
Stars: ✭ 2,875 (+989.02%)
Mutual labels:  cms
Ok Admin
一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压!目前ok-admin v2.0代码托管在Gitee,如果您觉得好用,star支持一下,么么哒!Gitee传送门:https://gitee.com/wudibo/ok-admin
Stars: ✭ 263 (-0.38%)
Mutual labels:  cms
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-2.27%)
Mutual labels:  cms

介绍

基于 nodejs 的视频播放系统

演示地址: https://qinmei.video

使用文档: https://qinvideo.org

视频安装教程:https://qinvideo.org/course/videos/install

交流

使用上的问题以及产品设计方面的想法可以提 issue, 这样才会进入到后续的开发计划中, QQ 群只提供一个相互交流的地方, QQ 群:1007111688

功能

  • 视频: 可通过采集苹果 CMS 的资源站点批量导入, 也可手动添加;
  • 漫画: 手动添加;
  • 文章: 以专栏的形式给用户显示所有文章;
  • 博客: 只支持在 APP 上显示, 可以发送图文视频等;
  • 评论: 支持一级嵌套的评论;
  • 弹幕: 视频可支持;
  • 商品: 激活码以及订单还有商品等配套;
  • 评分: 支持手动给视频等打分;

设计

  • 后台: egg.js + mongodb + redis, 主要从查询速度以及并发等重新考虑;
  • PC 前端: 模块化设计, 保证各部分的独一更新;
  • 移动 Web 端: 专为移动端优化设计;
  • 安卓 APP: 基于 React Native, 从设计交互以及页面调整做了较多的改动;

更新记录

  • 2020.08.29: v2.2.3, 后台文章无法删除的 BUG, 用户中心图片不显示;
  • 2020.07.15: v2.2.2, 注册的一些 BUG 修复, 前端的样式调整;
  • 2020.06.25: v2.2.1, 修复资源池导入的一些 BUG, 此外修复了一些显示的 BUG;
  • 2020.06.05: v2.2.0, 采用中间表结构, 评论数等在夜间用定时任务去统计, 减少查询的负担;
  • 2020.05.05: v2.1.0, 对缓存进行优化, 减少资源占用, 新增弹幕审核等功能;
  • 2020.04.05: v2.0.8, 采集的番剧在保存时会自动创建分类, 提高某些耗时接口的缓存为 1 天;
  • 2020.03.08: v2.0.7, 一些使用 BUG 的修复;
  • 2020.02.28: v2.0.6, 批量新增剧集, 支持苹果 CMS 的格式;
  • 2020.02.20: v2.0.5, 字幕以及清晰度的切换;
  • 2020.02.04: v2.0.4, 用户删除之后的处理;
  • 2020.02.04: v2.0.3, 首页渲染等 BUG 修复;
  • 2020.02.02: v2.0.2, 关于我们, 播放等 BUG 修复;
  • 2020.01.29: v2.0.1, 新增前端用户评分的功能;
  • 2020.01.01: v2.0.0, 基本功能 OK;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].