grpc search archive

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-24 10:48:51 +08:00
parent 5b5983ed50
commit 490a08fa79
8 changed files with 303 additions and 39 deletions

View File

@@ -0,0 +1,5 @@
import 'package:PiliPlus/grpc/bilibili/app/archive/v1.pb.dart' show Dimension;
extension DimensionExt on Dimension {
bool get isVertical => rotate == .ONE ? width > height : height > width;
}