From 0fa6d08e7b0676eec4371512867c19c6e90ca5d3 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 17 Jun 2022 19:10:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B8=B8=E8=A7=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/----.yml | 2 +- .github/ISSUE_TEMPLATE/--bug.yml | 2 +- FAQ.md | 2 ++ README.md | 2 +- publish/changeLog.md | 4 ++++ src/screens/Home/Setting/About.js | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/----.yml b/.github/ISSUE_TEMPLATE/----.yml index bb53c92..e0aa7ca 100644 --- a/.github/ISSUE_TEMPLATE/----.yml +++ b/.github/ISSUE_TEMPLATE/----.yml @@ -8,7 +8,7 @@ body: label: 解决方案检查 description: 请确保你已完成以下所有操作 options: - - label: 我已阅读常见问题(),但没有找到解决方案 + - label: 我已阅读常见问题(),但没有找到解决方案 required: true - label: 我已搜索issue列表(),但没有发现类似的问题 required: true diff --git a/.github/ISSUE_TEMPLATE/--bug.yml b/.github/ISSUE_TEMPLATE/--bug.yml index 9a812ab..df93494 100644 --- a/.github/ISSUE_TEMPLATE/--bug.yml +++ b/.github/ISSUE_TEMPLATE/--bug.yml @@ -8,7 +8,7 @@ body: label: 解决方案检查 description: 请确保你已完成以下所有操作 options: - - label: 我已阅读常见问题(),并没有找到解决方案 + - label: 我已阅读常见问题(),并没有找到解决方案 required: true - label: 我已搜索issue列表(),并没有发现类似的问题 required: true diff --git a/FAQ.md b/FAQ.md index 74704ff..cfca306 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,5 +1,7 @@ # lx-music-mobile 常见问题 +本文档已迁移到: + 在阅读本常见问题后,仍然无法解决你的问题,请提交issue或者加企鹅群`830125506`反馈(无事勿加,入群先看群公告),反馈时请**注明**已阅读常见问题! ## LX Music中的音乐播放列表机制 diff --git a/README.md b/README.md index b48f8bb..61a0c6c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ 软件变化请查看:[更新日志](https://github.com/lyswhut/lx-music-mobile/blob/master/CHANGELOG.md)
软件下载请转到:[发布页面](https://github.com/lyswhut/lx-music-mobile/releases)
或者到网盘下载(网盘内有MAC、windows版):`https://www.lanzoui.com/b0bf2cfa/` 密码:`glqw`(若链接无法打开请百度:蓝奏云链接打不开)
-使用常见问题请转至:[常见问题](https://github.com/lyswhut/lx-music-mobile/blob/master/FAQ.md)
+使用常见问题请转至:[常见问题](https://lyswhut.github.io/lx-music-doc/mobile/faq)
桌面版项目地址: ### 源代码使用方式 diff --git a/publish/changeLog.md b/publish/changeLog.md index 741e77e..e701bd2 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -16,3 +16,7 @@ - 修复搜索、歌单、排行榜列表可能在切换新内容后出现上次列表内容的残留问题(#118) - 修复在某些系统上播放音乐会导致应用崩溃的问题(#129) - 修复停止播放后的播放器状态清理问题 + +### 文档 + +移动版文档已迁移到: diff --git a/src/screens/Home/Setting/About.js b/src/screens/Home/Setting/About.js index 4e1cacd..4db6436 100644 --- a/src/screens/Home/Setting/About.js +++ b/src/screens/Home/Setting/About.js @@ -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')