Skip to content

Releases: BHznJNs/BloudMusic

黑暗主题 & 重构部分代码 | Dark Theme & Refactored Part of Codes

27 Jun 06:28
Compare
Choose a tag to compare

更新内容:

  • 增加黑暗主题,目前仅能通过修改 main.html 使用
  • 对调用 api 部分代码进行重构,增加代码复用
  • 移除对 Bootstrap 的依赖,并且将 Bootstrap4.6.0 加入 BloudMusic_module
  • 现在你可以查看你收藏的专辑了
——————————————

Things updated:

  • Added dark theme, but you can only use it by change the main.html
  • Refactored codes that calls apis so that the Code Reuse up up ^_^
  • Removed dependencies to Bootstrap and added Bootstrap4.6.0 into BloudMusic_module
  • Now you can see albums you collected

常规更新 | Normal Update

09 Jun 05:25
Compare
Choose a tag to compare

更新内容:

  • 现在你可以在分屏中的歌手页查看歌手的图片了(默认分辨率 480×480,之后会在设置界面添加更改选项)
  • 优化了少量 CSS
  • 修复了一些 BUG
  • 添加了一些注释
——————————————

Things updated:

  • Now you can see a picture of a artist in the Split
  • Optimalized a little CSS code
  • Fixed some BUGs
  • Added some comments

分屏与加载更多的大更新! | Split & LoadMore Update

08 Jun 00:56
Compare
Choose a tag to compare

更新内容:

  • 添加了类似网易云音乐HD版的分屏功能
  • 对于用户收藏的歌单,现在可以在播放列表和分屏界面中查看更多了
  • 使用 Bootstrap 模态框编写的选择框
  • 增加更多交互功能(比如,你现在可以通过点击歌曲名旁的歌手名查看歌手的热门歌曲和专辑)
  • 修复了一些 BUG
  • 添加了一些注释
——————————————

Things updated:

  • New split_function which just like that in Netease CloudMusic HD
  • You can use load_more function to load more in you collected playlist
  • A select box which is based on modal box in Bootstrap
  • Added more interactive features(Such as, you can view hot songs and albums of an artist by click its name next to a song name)
  • Fixed some BUGs
  • Added some comments

第五个版本 | The fifth version

29 May 16:08
Compare
Choose a tag to compare

更新内容:

  • 添加了 喜欢 / 取消喜欢 功能
  • 使用 Bootstrap Toasts,新增 提示框(提示后默认8秒后自动关闭)
  • 更改了登录逻辑,现在登录更快了
  • 修复了一些 BUG
  • 添加了部分注释
——————————————

Things updated:

  • Now you can add_love_/_cancel_love
  • There is new notification box with Toasts in Bootstrap
  • The logic has been changed so that it will be faster to login now
  • Fixed some BUGs
  • Added some comments

第四个版本 | The fourth version

23 May 06:39
Compare
Choose a tag to compare

更新内容:

  • 添加了每日推荐功能
  • 使用了更多异步语句,界面加载更快了
  • 修复了一些 BUG
  • 对界面及代码进行了优化
——————————————

Things updated:

  • Added Daily Recommend
  • Used more async sentences so that the UI will be more fluent
  • Fixed some BUGs
  • Optimized the code and UI

第三个版本

21 May 13:06
fa4c6bb
Compare
Choose a tag to compare

更新内容:

  • 屏幕悬浮小部件增加了音量控制功能
  • 加入查看播放列表的功能
  • 对界面及代码进行了优化

第二个版本 | The second version

16 May 08:46
Compare
Choose a tag to compare

更新内容:

  • 屏幕悬浮小部件
  • 播放模式(列表循环、随机、单曲循环)
  • 加入全屏按钮
  • 对界面进行了优化

第一个版本 | The first version

05 May 10:31
7021977
Compare
Choose a tag to compare

第一个版本,已实现:
获取用户创建歌单;
获取用户收藏歌单;
获取用户关注歌手;
获取用户收藏歌手;
播放歌单中单曲及歌手热门单曲。
——————————————
The first version ! Functions finished :
Get playlists user created ;
Get playlists user followed ;
Get artists user collected ;
Get artists user followed ;
Play songs in playlists above and hot songs of artists above .