mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
@@ -13,6 +13,4 @@ enum PlaySpeed {
|
||||
|
||||
final double value;
|
||||
const PlaySpeed(this.value);
|
||||
|
||||
String get desc => value == 1.0 ? '正常' : value.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user