Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(mobile): revise statusbar-lyric page #17

Merged
merged 1 commit into from
Dec 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/mobile/statusbar-lyric.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ id: statusbar-lyric
title: 状态栏歌词
---

我对安卓原生不熟悉,目前不打算去适配它,熟悉安卓的同学可以去帮忙适配(JS部分的实现可以交给我做)
我(lyswhut)对 Android 原生不熟悉,目前不打算去适配它,熟悉 Android 的同学可以去帮忙适配(JavaScript 部分的实现可以交给我做)。

项目运行方式看:[源码使用方法](/mobile/use-source-code)
项目运行方式看:[源码使用方法](/mobile/use-source-code)

若遇到问题可以回帖讨论 :)
若遇到问题可以[回帖](https://github.com/lyswhut/lx-music-mobile/issues/36)讨论。:)

桌面歌词相关的信息:[https://github.com/lyswhut/lx-music-mobile/issues/30](https://github.com/lyswhut/lx-music-mobile/issues/30)

---

从v0.13.0起,有了一个显示状态栏歌词的方式:通过调用第三方Xposed模块【[墨•状态栏歌词](https://github.com/Block-Network/StatusBarLyric)】的API支持来状态栏歌词
但考虑到要依赖第三方应用,并且是Xposed模块,预计用的人会比较少,所以暂不考虑将此特性合并到主分支。
从 v0.13.0 起,有了一个显示状态栏歌词的方式:通过调用第三方 Xposed 模块「[墨•状态栏歌词](https://github.com/Block-Network/StatusBarLyric)」的 API 支持来状态栏歌词
但考虑到要依赖第三方应用,并且是 Xposed 模块,预计用的人会比较少,所以暂不考虑将此特性合并到主分支。

包含此特性的代码在`statusbar_lyric`分支上,想要此功能的人可以在 [releases](https://github.com/lyswhut/lx-music-mobile/releases) 下载版本号带 **`sl`** 的包。
包含此特性的代码在 `statusbar_lyric` 分支上,想要此功能的人可以在 [GitHub Releases](https://github.com/lyswhut/lx-music-mobile/releases) 下载版本号带 **`sl`** 的包。
Loading