tet
This commit is contained in:
parent
aa4b09436c
commit
93eaec25e1
77
README.md
77
README.md
@ -32,6 +32,8 @@
|
||||
|
||||
### 说明
|
||||
|
||||
testststteet
|
||||
|
||||
一个基于 Electron + Vue 开发的音乐软件。
|
||||
|
||||
所用技术栈:
|
||||
@ -45,48 +47,40 @@
|
||||
- Mac OS
|
||||
- Linux
|
||||
|
||||
软件变化请查看:[更新日志](https://github.com/lyswhut/lx-music-desktop/blob/master/CHANGELOG.md)<br>
|
||||
软件下载请转到:[发布页面](https://github.com/lyswhut/lx-music-desktop/releases)<br>
|
||||
或者到网盘下载(网盘内有MAC、windows版):`https://www.lanzoui.com/b0bf2cfa/` 密码:`glqw`(若链接无法打开请百度:蓝奏云链接打不开)<br>
|
||||
使用常见问题请转至:[常见问题](https://lyswhut.github.io/lx-music-doc/desktop/faq)<br>
|
||||
移动版项目地址:<https://github.com/lyswhut/lx-music-mobile>
|
||||
**软件变化:**
|
||||
[更新日志](https://github.com/lyswhut/lx-music-desktop/blob/master/CHANGELOG.md)
|
||||
<br>
|
||||
|
||||
#### Scheme URL支持
|
||||
**软件下载:**
|
||||
|
||||
从v1.17.0起支持 Scheme URL,可以使用此功能从浏览器等场景下调用LX Music,我们开发了一个[油猴脚本](https://github.com/lyswhut/lx-music-script#readme)配套使用,<br>
|
||||
脚本安装地址:<https://greasyfork.org/zh-CN/scripts/438148><br>
|
||||
- [发布页面](https://github.com/lyswhut/lx-music-desktop/releases)
|
||||
|
||||
若你想自己调用LX Music,可以看[Scheme URL支持](https://lyswhut.github.io/lx-music-doc/desktop/scheme-url)
|
||||
- [网盘下载链接](https://www.lanzoui.com/b0bf2cfa/)密码:`glqw`
|
||||
|
||||
#### 启动参数
|
||||
- [国内文档链接](https://lxmusic.huiyi.art/download)
|
||||
|
||||
目前软件已支持的启动参数如下:
|
||||
- [文档链接](https://lxmusic.toside.cn/download)
|
||||
|
||||
- `-proxy-server` 设置代理服务器,代理应用的所有流量
|
||||
- `-proxy-bypass-list` 以分号分隔的主机列表绕过代理服务器
|
||||
- `-play` 启动时播放指定列表的音乐
|
||||
- `-search` 启动软件时自动在搜索框搜索指定的内容
|
||||
- `-dha` 禁用硬件加速启动(Disable Hardware Acceleration)
|
||||
- `-dt` 以非透明模式启动(Disable Transparent)
|
||||
- `-dhmkh` 禁用硬件媒体密钥处理(Disable Hardware Media Key Handling)
|
||||
<br>
|
||||
|
||||
启动参数的详细说明请看[启动参数说明](https://lyswhut.github.io/lx-music-doc/desktop/run-params)
|
||||
**常见问题:**
|
||||
[国内文档链接](https://lxmusic.huiyi.art/desktop)
|
||||
|
||||
#### 数据存储路径
|
||||
[文档链接](https://lxmusic.toside.cn/desktop/faq)
|
||||
|
||||
默认情况下,软件的数据存储在:
|
||||
<br>
|
||||
|
||||
- Windows:`%APPDATA%/lx-music-desktop`
|
||||
- Linux:`$XDG_CONFIG_HOME/lx-music-desktop` 或 `~/.config/lx-music-desktop`
|
||||
- macOS:`~/Library/Application Support/lx-music-desktop`
|
||||
|
||||
在Windows平台下,若程序目录下存在`portable`目录,则自动使用此目录作为数据存储目录(v1.17.0新增)。
|
||||
**移动版项目地址:**
|
||||
<https://github.com/lyswhut/lx-music-mobile>
|
||||
|
||||
### 源码使用方法
|
||||
|
||||
环境要求:Node.js 16+
|
||||
|
||||
```bash
|
||||
# 安装依赖
|
||||
npm install 如报错请自行百度报错信息
|
||||
|
||||
# 开发模式
|
||||
npm run dev
|
||||
|
||||
@ -104,6 +98,37 @@ npm run pack:linux
|
||||
|
||||
```
|
||||
|
||||
#### Scheme URL 支持
|
||||
|
||||
从 v1.17.0 起支持 Scheme URL,可以使用此功能从浏览器等场景下调用 LX Music,我们开发了一个[油猴脚本](https://github.com/lyswhut/lx-music-script#readme)配套使用,<br>
|
||||
脚本安装地址:<https://greasyfork.org/zh-CN/scripts/438148><br>
|
||||
|
||||
若你想自己调用 LX Music,可以看[Scheme URL 支持](https://lxmusic.toside.cn/desktop/scheme-url)
|
||||
|
||||
#### 启动参数
|
||||
|
||||
目前软件已支持的启动参数如下:
|
||||
|
||||
- `-proxy-server` 设置代理服务器,代理应用的所有流量
|
||||
- `-proxy-bypass-list` 以分号分隔的主机列表绕过代理服务器
|
||||
- `-play` 启动时播放指定列表的音乐
|
||||
- `-search` 启动软件时自动在搜索框搜索指定的内容
|
||||
- `-dha` 禁用硬件加速启动(Disable Hardware Acceleration)
|
||||
- `-dt` 以非透明模式启动(Disable Transparent)
|
||||
- `-dhmkh` 禁用硬件媒体密钥处理(Disable Hardware Media Key Handling)
|
||||
|
||||
启动参数的详细说明请看[启动参数说明](https://lxmusic.toside.cn/desktop/run-params)
|
||||
|
||||
#### 数据存储路径
|
||||
|
||||
默认情况下,软件的数据存储在:
|
||||
|
||||
- Windows:`%APPDATA%/lx-music-desktop`
|
||||
- Linux:`$XDG_CONFIG_HOME/lx-music-desktop` 或 `~/.config/lx-music-desktop`
|
||||
- macOS:`~/Library/Application Support/lx-music-desktop`
|
||||
|
||||
在 Windows 平台下,若程序目录下存在`portable`目录,则自动使用此目录作为数据存储目录(v1.17.0 新增)。
|
||||
|
||||
### UI 界面
|
||||
|
||||
<p><a href="https://github.com/lyswhut/lx-music-desktop"><img width="100%" src="https://github.com/lyswhut/lx-music-desktop/blob/master/doc/images/app.png" alt="lx-music UI"></a></p>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue
Block a user