All Projects → canisminor1990 → Bilibili Client

canisminor1990 / Bilibili Client

Licence: mit
📺 可以摸鱼的 Bilibili Mini-Client # 支持Mac/Win

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bilibili Client

Dev
The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
Stars: ✭ 84 (-17.65%)
Mutual labels:  mac
Plug
macOS app for Hype Machine
Stars: ✭ 93 (-8.82%)
Mutual labels:  mac
Neptunes
simple and reliable Last.fm scrobbler for iTunes and Spotify for macOS
Stars: ✭ 98 (-3.92%)
Mutual labels:  mac
500days Of Github
⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
Stars: ✭ 86 (-15.69%)
Mutual labels:  mac
Ytmdesktop
A Desktop App for YouTube Music
Stars: ✭ 1,297 (+1171.57%)
Mutual labels:  mac
Logcatch
android adb logcat viewer for Linux/Mac/Windows
Stars: ✭ 95 (-6.86%)
Mutual labels:  mac
Bilibili Simple Home
b站仿搜索引擎样式首页风格,支持几种不同显示效果
Stars: ✭ 84 (-17.65%)
Mutual labels:  bilibili
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-1.96%)
Mutual labels:  mac
Danmu.server
一个开源的弹幕后端
Stars: ✭ 92 (-9.8%)
Mutual labels:  bilibili
Clean Me
A macOS system analyser and cleaner
Stars: ✭ 1,346 (+1219.61%)
Mutual labels:  mac
Night Shift On Unsupported Macs
Enable Night Shift on older Unsupported Macs
Stars: ✭ 86 (-15.69%)
Mutual labels:  mac
Bilibilihelper
萌园助手 - 哔哩哔哩(bilibili.com)辅助工具
Stars: ✭ 90 (-11.76%)
Mutual labels:  bilibili
Carol Xamarin
A minimal and beautiful lyrics app for macOS built with Xamarin and C#
Stars: ✭ 97 (-4.9%)
Mutual labels:  mac
48tools
48工具,提供公演、口袋直播录源,公演、口袋录播下载,B站直播抓取,B站视频下载,A站直播抓取,A站视频下载,视频截取,视频导出gif,视频合并等功能。
Stars: ✭ 85 (-16.67%)
Mutual labels:  bilibili
33 Live2d Wp
🍟 The live2d poster girl plugin of 33 for WordPress.
Stars: ✭ 99 (-2.94%)
Mutual labels:  bilibili
Hueify
💡Simple controller for your Philips Hue lights, based on web technologies.
Stars: ✭ 84 (-17.65%)
Mutual labels:  mac
Bilive server
bilibili直播房间弹幕监听
Stars: ✭ 96 (-5.88%)
Mutual labels:  bilibili
Webmidikit
Simplest MIDI Swift library
Stars: ✭ 100 (-1.96%)
Mutual labels:  mac
Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+1231.37%)
Mutual labels:  mac
Keylogger
🔐 Open Source Python Keylogger Collection
Stars: ✭ 97 (-4.9%)
Mutual labels:  mac

Bilibili Mini-Client

📺 可以摸鱼的 Bilibili Mini-Client # 支持 Mac/Win

Features

  • [x] Mini 窗口
  • [x] 置顶功能
  • [x] 无边框播放器
  • [x] 分 P 支持
  • [x] Mac/Win 客户端
  • [ ] 快捷键
  • [ ] ...

Download

点击下方按钮前往 releases,下载最新版 bilibili.app.zip

Preview

ChangeLog

Date Versiton Changelog
2018.1.16 v1.0.4 📺 添加设置选项/调试样式/修复 bug
2018.1.7 v1.0.3 📺 修复无法嵌入样式 bug/一些样式问题
2018.1.6 v1.0.2 📺 调整样式/修复动态 bug/重构 preload 结构
2018.1.3 v1.0.1 📺 添加动态/兼容番剧/修复分 P 等 bug
2018.1.2 v1.0.0 📺 Early Access

Develop

electron react dva roadhog webpack

Directory Structure

+ dist            // pack 完后的输出,.dmg, .exe, .zip, .app 等文件
+ build           // icon.icns, icon.ico
+ app             // 用于 pack 的目录
  + dist          // main/preload 打包完放这里
  + assets        // 字体、图片等资源文件
  + pages         // 存放页面
  - package.json  // 生产依赖,存 dependencies
+ src             // 源码
  + main          // main
  + renderer      // renderer
  + preload       // webview部分的preload
- package.json    // 开发依赖,存 devDependencies

Dev

$ yarn root 因为采用 Two-Package.json Structure,需要安装二次依赖

# 窗口一:watch roadhog => pages / webpack => main
$ yarn dev
# 窗口二:start electron
$ yarn start

Build

$ yarn build
# MacOS
$ yarn pack:osx
# Windows
$ yarn pack:win

Pack

issue: 目前使用 yarn 安装依赖,pack 后会出现丢包,npm i 无此问题 🤔 ... link

# pack:osx && pack:win
$ yarn pack

License

Copyright

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].