opt: post segments

Closes #531

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-26 12:03:21 +08:00
parent 812f351ddd
commit aa378d924b
4 changed files with 79 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ class PostSegmentModel {
required this.category,
required this.actionType,
});
Pair<int, int> segment;
Pair<double, double> segment;
SegmentType category;
ActionType actionType;
}