mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-28 13:20:16 +08:00
tweaks (#2426)
* opt: danmaku weight
* opt: cache clean
* opt: level img
* opt: play icon
* opt: svg big-vip
* opt: webview ua
* opt: simple dialog
* feat: export vtt
* tweak
* opt: mapIndexed
* feat: more subtitle
* refa: settings page
* feat: codec list options
* drawPath
Signed-off-by: dom <githubaccount56556@proton.me>
* custom dialog option
Signed-off-by: dom <githubaccount56556@proton.me>
* update
Signed-off-by: dom <githubaccount56556@proton.me>
* Revert "drawPath"
This reverts commit e8a4b19f0f.
* opt: _initStreamIndex
* fix: avoid gap
* fix: scale [skip ci]
* fix: hide repost menu not login
* tweaks
Signed-off-by: dom <githubaccount56556@proton.me>
---------
Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
3dee6a85e5
commit
9d94c72e95
@@ -21,4 +21,12 @@ abstract final class DmGrpc {
|
||||
isolate: true,
|
||||
);
|
||||
}
|
||||
|
||||
static Future<LoadingState<DmViewReply>> dmView(int aid, int cid) {
|
||||
return GrpcReq.request(
|
||||
GrpcUrl.dmView,
|
||||
DmViewReq(pid: Int64(aid), oid: Int64(cid), type: 1),
|
||||
DmViewReply.fromBuffer,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@ abstract final class GrpcUrl {
|
||||
|
||||
// danmaku
|
||||
static const dmSegMobile = '/bilibili.community.service.dm.v1.DM/DmSegMobile';
|
||||
static const dmView = '/bilibili.community.service.dm.v1.DM/DmView';
|
||||
|
||||
// reply
|
||||
static const reply = '/bilibili.main.community.reply.v1.Reply';
|
||||
|
||||
Reference in New Issue
Block a user