更新常见问题地址

This commit is contained in:
lyswhut 2022-06-17 19:10:32 +08:00
parent a9dd7ab939
commit 0fa6d08e7b
6 changed files with 10 additions and 4 deletions

View File

@ -8,7 +8,7 @@ body:
label: 解决方案检查
description: 请确保你已完成以下所有操作
options:
- label: 我已阅读常见问题(<https://github.com/lyswhut/lx-music-mobile/blob/master/FAQ.md>),但没有找到解决方案
- label: 我已阅读常见问题(<https://lyswhut.github.io/lx-music-doc/mobile/faq>),但没有找到解决方案
required: true
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-mobile/issues?utf8=✓&q=>),但没有发现类似的问题
required: true

View File

@ -8,7 +8,7 @@ body:
label: 解决方案检查
description: 请确保你已完成以下所有操作
options:
- label: 我已阅读常见问题(<https://github.com/lyswhut/lx-music-mobile/blob/master/FAQ.md>),并没有找到解决方案
- label: 我已阅读常见问题(<https://lyswhut.github.io/lx-music-doc/mobile/faq>),并没有找到解决方案
required: true
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-mobile/issues?utf8=✓&q=>),并没有发现类似的问题
required: true

2
FAQ.md
View File

@ -1,5 +1,7 @@
# lx-music-mobile 常见问题
本文档已迁移到:<https://lyswhut.github.io/lx-music-doc/mobile/faq>
在阅读本常见问题后仍然无法解决你的问题请提交issue或者加企鹅群`830125506`反馈(无事勿加,入群先看群公告),反馈时请**注明**已阅读常见问题!
## LX Music中的音乐播放列表机制

View File

@ -31,7 +31,7 @@
软件变化请查看:[更新日志](https://github.com/lyswhut/lx-music-mobile/blob/master/CHANGELOG.md)<br>
软件下载请转到:[发布页面](https://github.com/lyswhut/lx-music-mobile/releases)<br>
或者到网盘下载网盘内有MAC、windows版`https://www.lanzoui.com/b0bf2cfa/` 密码:`glqw`(若链接无法打开请百度:蓝奏云链接打不开)<br>
使用常见问题请转至:[常见问题](https://github.com/lyswhut/lx-music-mobile/blob/master/FAQ.md)<br>
使用常见问题请转至:[常见问题](https://lyswhut.github.io/lx-music-doc/mobile/faq)<br>
桌面版项目地址:<https://github.com/lyswhut/lx-music-desktop>
### 源代码使用方式

View File

@ -16,3 +16,7 @@
- 修复搜索、歌单、排行榜列表可能在切换新内容后出现上次列表内容的残留问题(#118
- 修复在某些系统上播放音乐会导致应用崩溃的问题(#129
- 修复停止播放后的播放器状态清理问题
### 文档
移动版文档已迁移到:<https://lyswhut.github.io/lx-music-doc/mobile>

View File

@ -24,7 +24,7 @@ export default memo(() => {
openUrl('https://www.lanzoui.com/b0bf2cfa/')
}
const openFAQPage = () => {
openUrl('https://github.com/lyswhut/lx-music-mobile/blob/master/FAQ.md')
openUrl('https://lyswhut.github.io/lx-music-doc/mobile/faq')
}
// const openIssuesPage = () => {
// openUrl('https://github.com/lyswhut/lx-music-mobile/issues')