All Projects → zenghongtu → Mob

zenghongtu / Mob

Licence: mit
Mob - 一个有颜值的喜马拉雅桌面客户端,支持 Mac、Win 和 Linux

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Mob

Deep-Viz-Website
The Deep-Viz Components' display website ( Base on React + Dva + Ant-Design) 组件库Deep-Viz的展示网站
Stars: ✭ 12 (-98.77%)
Mutual labels:  dva
Egg Restapi Module Tool
a example of eggjs, react, antd, dva, webpack, mysql, restful api and other stuff made it work...
Stars: ✭ 332 (-65.84%)
Mutual labels:  dva
Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-97.53%)
Mutual labels:  dva
blog
一个博客全栈应用的前端部分
Stars: ✭ 16 (-98.35%)
Mutual labels:  dva
Dva Admin
dva admin antd dashboard
Stars: ✭ 278 (-71.4%)
Mutual labels:  dva
Dva Example User Dashboard
👲 👬 👨‍👩‍👧 👨‍👩‍👦‍👦
Stars: ✭ 446 (-54.12%)
Mutual labels:  dva
umi-react-native
umi preset plugins for react-native
Stars: ✭ 54 (-94.44%)
Mutual labels:  dva
Reo
🍯 regularjs and stateman based spa framework, inspired by redux, vuex and choo
Stars: ✭ 14 (-98.56%)
Mutual labels:  dva
Dva
🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
Stars: ✭ 15,884 (+1534.16%)
Mutual labels:  dva
Dva Admin
A dashboard application built upon dva and ant-design
Stars: ✭ 19 (-98.05%)
Mutual labels:  dva
Ant-Design-Pro-V5
Ant Design Pro V5 详细配置,包括分模块打包,ahooks的使用,L7 地图组件的封装,合理的初始化数据,更有动态表单、动态表格、OSS图片上传等优秀组件(项目会逐渐迭代)~
Stars: ✭ 28 (-97.12%)
Mutual labels:  dva
Umi Antd Mobile
基于umi+antd-mobile的移动端项目模板
Stars: ✭ 273 (-71.91%)
Mutual labels:  dva
Antd Umi Sys
企业BI系统,数据可视化平台,主要技术:react、antd、umi、dva、es6、less等,与君共勉,互相学习,如果喜欢请start ⭐。
Stars: ✭ 503 (-48.25%)
Mutual labels:  dva
umi-dva-antd-starter
Get started with Umi3.js and Ant Design.
Stars: ✭ 17 (-98.25%)
Mutual labels:  dva
Electron Webpack Boilerplate
use webpack2 to bundle react app in electron
Stars: ✭ 11 (-98.87%)
Mutual labels:  dva
spring-batch-admin-ui
Spring Batch Admin 是一个后端采用spring boot 2, spring security , oauth2, Spring data jpa 作为基础框架,集成了quartz 提供调度能力,集成了Spring batch 提供批处理能力的管理系统。系统旨在提供更底层数据展示以及常见批处理的配置以及运行能力。
Stars: ✭ 41 (-95.78%)
Mutual labels:  dva
Umi Dva Antd Mobile
基于 umi + dva + antd-mobile 快速构建H5 APP 应用。
Stars: ✭ 427 (-56.07%)
Mutual labels:  dva
Jsyang Admin
基于nodejs+egg+squelize+mysql+antd-design+wangEditor+dva+umi+react开发的后台管理平台快速生成方案,让前端er也可以快速进行全栈开发 https://jsyangadmin.github.io/
Stars: ✭ 29 (-97.02%)
Mutual labels:  dva
Dva Arcgis Cli
A command-line tool extends dva-cli, with JavaScript API for ArcGIS.
Stars: ✭ 12 (-98.77%)
Mutual labels:  dva
React Native Dva Starter
a React Native starter powered by dva and react-navigation
Stars: ✭ 637 (-34.47%)
Mutual labels:  dva

⚠️⚠️项目不再维护⚠️⚠️

喜马拉雅官方PC端已出,点此前往下载

Mob(モブ), 异能超能 100的男一号(强烈推荐此番 👍)

English README

Current Release License Build Status

基于 Electron, Umi, Dva, Antd 构建

预览

截图

Mac

v0.2.0 以上:

Linux

Win

功能

  • [x] 一个基本的音乐播放器
  • [x] 每日必听
  • [x] 推荐
  • [x] 排行榜
  • [x] 分类
  • [x] 订阅
  • [x] 听过
  • [x] 下载声音
  • [x] 搜索专辑
  • [x] 快捷键设置
  • [x] 颜色设置
  • [x] 背景图片设置

更多功能

  • [ ] 加入 Himalaya podcast 接口
  • [ ] 多语言
  • [ ] 下载历史
  • [ ] 本地音乐
  • [ ] 播放记录
  • [ ] 专辑评论
  • [ ] 多个声音加入播放列表

安装

这里 去下载最新版本,或者下面的指定系统版本。

Mac(10.9+)

下载 .dmg 或者使用 homebrew:

brew cask install mob

Linux

'Debian / Ubuntu' 使用 .deb 下载:

$ sudo dpkg -i Mob-0.2.2-linux-amd64.deb

其他发行版本用 .Appimage 下载:

$ chmod u+x Mob-0.2.2-linux-x86_64.AppImage
$ ./Mob-0.2.2-linux-x86_64.AppImage

Win

下载

默认快捷键

全局

描述 按键
暂停 / 播放 Cmd / Ctrl + Option / Alt + S
音量加 Cmd / Ctrl + Option / Alt + Up
音量减 Cmd / Ctrl + Option / Alt + Down
上一曲 Cmd / Ctrl + Option / Alt + Left
下一曲 Cmd / Ctrl + Option / Alt + Right

支持媒体键(OS X 10.13 以上需要请求授权)

开发

$ yarn install
$ yarn run start:main
$ yarn run start:renderer

欢迎参与贡献

发现了错误? 向我发起一个 PR 吧! 参考 Commit message 和 Change log 编写指南 - 阮一峰的网络日志 提交 commit 即可。

致谢

最后要感谢 有声小说,听小说,有声书,在线听书电台-喜马拉雅 FM 提供丰富的资源,听音乐、听力还有段子全都靠它啦~

技术交流

协议

MIT © zenghongtu

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