mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: audio page (#1518)
* feat: audio page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * opt ui Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * impl intro, share, fav Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * tweaks Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * load prev/next Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -46,4 +46,12 @@ class GrpcUrl {
|
||||
// view
|
||||
static const viewunite = '/bilibili.app.viewunite.v1.View';
|
||||
static const view = '$viewunite/View';
|
||||
|
||||
// audio
|
||||
static const audio = '/bilibili.app.listener.v1.Listener';
|
||||
static const audioPlayUrl = '$audio/PlayURL';
|
||||
static const audioPlayList = '$audio/Playlist';
|
||||
static const audioThumbUp = '$audio/ThumbUp';
|
||||
static const audioTripleLike = '$audio/TripleLike';
|
||||
static const audioCoinAdd = '$audio/CoinAdd';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user