File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66Commit convention is based on [ Conventional Commits] ( http://conventionalcommits.org ) .
77Change log format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
88
9+ ## [ 1.12.1] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.12.0...v1.12.1 ) - 2021-08-08
10+
11+ ### 修复
12+
13+ - 修复随机播放下无法切歌的问题
14+
915## [ 1.12.0] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.11.0...v1.12.0 ) - 2021-08-08
1016
1117### 新增
Original file line number Diff line number Diff line change 146146此功能需要配合PC端使用,移动端与PC端处在同一个局域网(路由器的网络)下时,可以多端实时同步歌曲列表,使用方法:
147147
1481481 . 在PC端的设置-数据同步开启同步功能(这时如果出现安全软件、防火墙等提示网络连接弹窗时需要点击允许)
149- 2 . 在移动端的设置-同步-同步服务器地址输入PC端显示的同步服务器地址(如果显示可以多个,则输入与** 移动端上显示的本机地址** 最相似的那个),端口号与PC端的同步端口一致
149+ 2 . 在移动端的设置-同步-同步服务器地址输入PC端显示的同步服务器地址(如果显示可以多个,则输入与** 移动端上显示的本机地址** 最相似的那个),端口号与PC端的同步端口一致( ** 输入完毕后需要按一下键盘上的回车键使输入的内容生效 ** )
1501503 . 输入完这两项后点击“启动同步”
1511514 . 若连接成功,对于首次同步时,若两边的设备的列表不为空,则PC端会弹出选择列表同步方式的弹窗,同步方式的说明弹窗下面有介绍
152152
153- 对于连接同步失败的可能原因 :
153+ 对于连接同步服务失败的可能原因 :
154154
155155- 此功能需要PC端与移动端都连接在同一个路由器下的网络才能使用
156156- 路由器若开启了AP隔离,则此功能无法使用
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 1.12.0 " ,
3+ "version" : " 1.12.1 " ,
44 "description" : " 一个免费的音乐查找助手" ,
55 "main" : " ./dist/electron/main.js" ,
66 "productName" : " lx-music-desktop" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments