Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-21 18:59:48 +08:00
parent 604d78ad6a
commit 2d66b1d8ca
4 changed files with 1113 additions and 1116 deletions

View File

@@ -13,6 +13,4 @@ enum PlaySpeed {
final double value;
const PlaySpeed(this.value);
String get desc => value == 1.0 ? '正常' : value.toString();
}

File diff suppressed because it is too large Load Diff